Class: Agris::Context
- Inherits:
-
Struct
- Object
- Struct
- Agris::Context
- Defined in:
- lib/agris/context.rb
Instance Attribute Summary collapse
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#database ⇒ Object
Returns the value of attribute database.
-
#datapath ⇒ Object
Returns the value of attribute datapath.
-
#default_dataset ⇒ Object
Returns the value of attribute default_dataset.
-
#password ⇒ Object
Returns the value of attribute password.
-
#userid ⇒ Object
Returns the value of attribute userid.
Instance Attribute Details
#base_url ⇒ Object
Returns the value of attribute base_url
3 4 5 |
# File 'lib/agris/context.rb', line 3 def base_url @base_url end |
#database ⇒ Object
Returns the value of attribute database
3 4 5 |
# File 'lib/agris/context.rb', line 3 def database @database end |
#datapath ⇒ Object
Returns the value of attribute datapath
3 4 5 |
# File 'lib/agris/context.rb', line 3 def datapath @datapath end |
#default_dataset ⇒ Object
Returns the value of attribute default_dataset
3 4 5 |
# File 'lib/agris/context.rb', line 3 def default_dataset @default_dataset end |
#password ⇒ Object
Returns the value of attribute password
3 4 5 |
# File 'lib/agris/context.rb', line 3 def password @password end |
#userid ⇒ Object
Returns the value of attribute userid
3 4 5 |
# File 'lib/agris/context.rb', line 3 def userid @userid end |