Class: VoteSmart::Notes

Inherits:
Common
  • Object
show all
Defined in:
lib/vote_smart/notes.rb

Instance Attribute Summary collapse

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_nameObject

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_titleObject

Returns the value of attribute contact_title.



5
6
7
# File 'lib/vote_smart/notes.rb', line 5

def contact_title
  @contact_title
end

#noteObject

Returns the value of attribute note.



5
6
7
# File 'lib/vote_smart/notes.rb', line 5

def note
  @note
end