Class: Vimo::Configuration
- Inherits:
-
Object
- Object
- Vimo::Configuration
- Defined in:
- lib/vimo/configuration.rb
Instance Attribute Summary collapse
-
#authentication_method ⇒ Object
Returns the value of attribute authentication_method.
-
#entities_method ⇒ Object
Returns the value of attribute entities_method.
-
#owner_method ⇒ Object
Returns the value of attribute owner_method.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
9 10 11 12 13 |
# File 'lib/vimo/configuration.rb', line 9 def initialize @authentication_method = nil @owner_method = nil @entities_method = :vimo_entities end |
Instance Attribute Details
#authentication_method ⇒ Object
Returns the value of attribute authentication_method.
5 6 7 |
# File 'lib/vimo/configuration.rb', line 5 def authentication_method @authentication_method end |
#entities_method ⇒ Object
Returns the value of attribute entities_method.
7 8 9 |
# File 'lib/vimo/configuration.rb', line 7 def entities_method @entities_method end |
#owner_method ⇒ Object
Returns the value of attribute owner_method.
6 7 8 |
# File 'lib/vimo/configuration.rb', line 6 def owner_method @owner_method end |