Class: VoteSmart::Phone
Instance Attribute Summary collapse
-
#fax1 ⇒ Object
Returns the value of attribute fax1.
-
#fax2 ⇒ Object
Returns the value of attribute fax2.
-
#phone1 ⇒ Object
Returns the value of attribute phone1.
-
#phone2 ⇒ Object
Returns the value of attribute phone2.
-
#toll_free ⇒ Object
Returns the value of attribute toll_free.
-
#ttyd ⇒ Object
Returns the value of attribute ttyd.
Method Summary
Methods inherited from Common
construct_url, get_json_data, hash2get, #initialize, parallelize!, request, response_child, session, set_attribute_map, #update_attributes
Constructor Details
This class inherits a constructor from VoteSmart::Common
Instance Attribute Details
#fax1 ⇒ Object
Returns the value of attribute fax1.
5 6 7 |
# File 'lib/vote_smart/phone.rb', line 5 def fax1 @fax1 end |
#fax2 ⇒ Object
Returns the value of attribute fax2.
5 6 7 |
# File 'lib/vote_smart/phone.rb', line 5 def fax2 @fax2 end |
#phone1 ⇒ Object
Returns the value of attribute phone1.
5 6 7 |
# File 'lib/vote_smart/phone.rb', line 5 def phone1 @phone1 end |
#phone2 ⇒ Object
Returns the value of attribute phone2.
5 6 7 |
# File 'lib/vote_smart/phone.rb', line 5 def phone2 @phone2 end |
#toll_free ⇒ Object
Returns the value of attribute toll_free.
5 6 7 |
# File 'lib/vote_smart/phone.rb', line 5 def toll_free @toll_free end |
#ttyd ⇒ Object
Returns the value of attribute ttyd.
5 6 7 |
# File 'lib/vote_smart/phone.rb', line 5 def ttyd @ttyd end |