Class: ActBlue::Source

Inherits:
ActiveBlue show all
Defined in:
lib/actblue/source.rb

Constant Summary collapse

XML_NAME =
'source'
ATTRIBUTES =
[]
ELEMENTS =
['firstname', 'lastname', 'addr1', 'addr2', 'city', 'state', 'zip', 'country', 'employer', 'occupation', 'empaddr1', 'empaddr2', 'empcity', 'empstate', 'empzip', 'empcountry', 'email', 'phone']

Constants inherited from ActiveBlue

ActiveBlue::ACT_TYPES

Instance Attribute Summary

Attributes inherited from ActiveBlue

#variables

Method Summary

Methods inherited from ActiveBlue

#[], #[]=, #initialize, #to_xml, #to_xml_element

Constructor Details

This class inherits a constructor from ActBlue::ActiveBlue