Class: Rhosync::Configuration
- Inherits:
-
Object
- Object
- Rhosync::Configuration
- Defined in:
- lib/rhosync/configuration.rb
Instance Attribute Summary (collapse)
-
- (Object) sync_time_as_int
Returns the value of attribute sync_time_as_int.
-
- (Object) token
Returns the value of attribute token.
-
- (Object) uri
Returns the value of attribute uri.
Instance Method Summary (collapse)
-
- (Configuration) initialize
constructor
A new instance of Configuration.
Constructor Details
- (Configuration) initialize
A new instance of Configuration
5 6 7 |
# File 'lib/rhosync/configuration.rb', line 5 def initialize @sync_time_as_int = true end |
Instance Attribute Details
- (Object) sync_time_as_int
Returns the value of attribute sync_time_as_int
3 4 5 |
# File 'lib/rhosync/configuration.rb', line 3 def sync_time_as_int @sync_time_as_int end |
- (Object) token
Returns the value of attribute token
3 4 5 |
# File 'lib/rhosync/configuration.rb', line 3 def token @token end |
- (Object) uri
Returns the value of attribute uri
3 4 5 |
# File 'lib/rhosync/configuration.rb', line 3 def uri @uri end |