Module: LcApi
- Defined in:
- lib/lc-api.rb,
lib/lc-api/api.rb,
lib/lc-api/resource.rb,
lib/lc-api/resource/staff.rb,
lib/lc-api/resource/series.rb,
lib/lc-api/resource/message.rb,
lib/lc-api/resource/speaker.rb,
lib/lc-api/resource/category.rb,
lib/lc-api/resource/location.rb
Defined Under Namespace
Classes: API, Category, Location, Message, Resource, Series, Speaker, Staff
Class Attribute Summary collapse
-
.base_uri ⇒ Object
Returns the value of attribute base_uri.
-
.key ⇒ Object
Returns the value of attribute key.
Class Attribute Details
.base_uri ⇒ Object
Returns the value of attribute base_uri.
13 14 15 |
# File 'lib/lc-api.rb', line 13 def base_uri @base_uri end |
.key ⇒ Object
Returns the value of attribute key.
13 14 15 |
# File 'lib/lc-api.rb', line 13 def key @key end |