Class: VoteSmart::Notes
Instance Attribute Summary collapse
-
#contact_name ⇒ Object
Returns the value of attribute contact_name.
-
#contact_title ⇒ Object
Returns the value of attribute contact_title.
-
#note ⇒ Object
Returns the value of attribute note.
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
#contact_name ⇒ Object
Returns the value of attribute contact_name.
5 6 7 |
# File 'lib/vote_smart/notes.rb', line 5 def contact_name @contact_name end |
#contact_title ⇒ Object
Returns the value of attribute contact_title.
5 6 7 |
# File 'lib/vote_smart/notes.rb', line 5 def contact_title @contact_title end |
#note ⇒ Object
Returns the value of attribute note.
5 6 7 |
# File 'lib/vote_smart/notes.rb', line 5 def note @note end |