Module: BOSSMan

Defined in:
lib/bossman.rb,
lib/bossman/boss.rb,
lib/bossman/result.rb,
lib/bossman/search.rb,
lib/bossman/result_set.rb,
lib/bossman/base_value_object.rb

Defined Under Namespace

Classes: BOSS, BOSSError, BaseValueObject, MissingConfiguration, Result, ResultSet, Search

Constant Summary collapse

API_VERSION =
:v1
API_BASEURI =
"http://boss.yahooapis.com/ysearch"

Class Method Summary collapse

Class Method Details

.application_idObject

Returns the value of attribute application_id.



17
18
19
# File 'lib/bossman.rb', line 17

def application_id
  @application_id
end

.application_id=(value) ⇒ Object

Sets the attribute application_id

Parameters:

  • value

    the value to set the attribute application_id to.



17
18
19
# File 'lib/bossman.rb', line 17

def application_id=(value)
  @application_id = value
end