Class: Etapper::Contact

Inherits:
JournalEntry show all
Defined in:
lib/etapper/classes/contact.rb

Constant Summary

Constants inherited from JournalEntry

JournalEntry::TYPES

Instance Attribute Summary

Attributes inherited from JournalEntry

#type

Instance Method Summary collapse

Methods inherited from JournalEntry

#account, #account=, #definedValues, find, findByAccount, getter, #initialize, symbolize, type

Methods inherited from EtapAbstract

#==, #base, cname, etap_read_only, #initialize, #method_missing, #new?, #save

Constructor Details

This class inherits a constructor from Etapper::JournalEntry

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Etapper::EtapAbstract

Instance Method Details

#methodObject

Returns the base method – must declare explicitly because of the Object#method method. Yrrr.



8
9
10
# File 'lib/etapper/classes/contact.rb', line 8

def method
  @base.method
end