Class: Youroom::Base
- Inherits:
-
Object
- Object
- Youroom::Base
- Defined in:
- lib/youroom_api/base.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
readonly
Returns the value of attribute host.
-
#port ⇒ Object
readonly
Returns the value of attribute port.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#host ⇒ Object (readonly)
Returns the value of attribute host.
3 4 5 |
# File 'lib/youroom_api/base.rb', line 3 def host @host end |
#port ⇒ Object (readonly)
Returns the value of attribute port.
3 4 5 |
# File 'lib/youroom_api/base.rb', line 3 def port @port end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
3 4 5 |
# File 'lib/youroom_api/base.rb', line 3 def url @url end |