Class: ConstantContact::EmailAddress
- Inherits:
-
Base
- Object
- ActiveResource::Base
- Base
- ConstantContact::EmailAddress
- Defined in:
- lib/constantcontact/email_address.rb
Constant Summary
Constant Summary
Constants inherited from Base
Instance Method Summary (collapse)
Methods inherited from Base
api_key, api_key=, collection_path, connection, element_path, parse_id, #to_atom
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ConstantContact::Base
Instance Method Details
- (Object) to_s
5 6 7 |
# File 'lib/constantcontact/email_address.rb', line 5 def to_s "#{self.email_address}" end |