Module: BOSSMan
- Defined in:
- lib/bossman.rb,
lib/bossman/rest.rb,
lib/bossman/result.rb,
lib/bossman/search.rb,
lib/bossman/resultset.rb,
lib/bossman/basevalueobject.rb
Defined Under Namespace
Classes: BOSSError, BaseValueObject, InvalidParameter, MissingConfiguration, REST, Result, ResultSet, Search
Constant Summary collapse
- API_VERSION =
:v1
- API_BASEURI =
"http://boss.yahooapis.com/ysearch"
Class Method Summary collapse
-
.application_id ⇒ Object
Returns the value of attribute application_id.
-
.application_id=(value) ⇒ Object
Sets the attribute application_id.
Class Method Details
.application_id ⇒ Object
Returns the value of attribute application_id.
10 11 12 |
# File 'lib/bossman.rb', line 10 def application_id @application_id end |
.application_id=(value) ⇒ Object
Sets the attribute application_id
10 11 12 |
# File 'lib/bossman.rb', line 10 def application_id=(value) @application_id = value end |