Class: Youroom::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/youroom_api/base.rb

Direct Known Subclasses

OAuth, Request

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject (readonly)

Returns the value of attribute host.



3
4
5
# File 'lib/youroom_api/base.rb', line 3

def host
  @host
end

#portObject (readonly)

Returns the value of attribute port.



3
4
5
# File 'lib/youroom_api/base.rb', line 3

def port
  @port
end

#urlObject (readonly)

Returns the value of attribute url.



3
4
5
# File 'lib/youroom_api/base.rb', line 3

def url
  @url
end