Class: Rets::Session
- Inherits:
-
Struct
- Object
- Struct
- Rets::Session
- Defined in:
- lib/rets/client.rb
Instance Attribute Summary collapse
-
#authorization ⇒ Object
Returns the value of attribute authorization.
-
#capabilities ⇒ Object
Returns the value of attribute capabilities.
-
#cookies ⇒ Object
Returns the value of attribute cookies.
Instance Attribute Details
#authorization ⇒ Object
Returns the value of attribute authorization
2 3 4 |
# File 'lib/rets/client.rb', line 2 def @authorization end |
#capabilities ⇒ Object
Returns the value of attribute capabilities
2 3 4 |
# File 'lib/rets/client.rb', line 2 def capabilities @capabilities end |
#cookies ⇒ Object
Returns the value of attribute cookies
2 3 4 |
# File 'lib/rets/client.rb', line 2 def @cookies end |