Class: Vimo::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/vimo/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_methodObject

Returns the value of attribute authentication_method.



5
6
7
# File 'lib/vimo/configuration.rb', line 5

def authentication_method
  @authentication_method
end

#entities_methodObject

Returns the value of attribute entities_method.



7
8
9
# File 'lib/vimo/configuration.rb', line 7

def entities_method
  @entities_method
end

#owner_methodObject

Returns the value of attribute owner_method.



6
7
8
# File 'lib/vimo/configuration.rb', line 6

def owner_method
  @owner_method
end