Class: TicketEvolution::Address
- Defined in:
- lib/ticket_evolution/address.rb
Instance Method Summary collapse
Methods inherited from Model
#attributes, #attributes=, #endpoint, #initialize, #plural_class, #plural_class_name, #scope
Methods inherited from Builder
#id, #id=, #initialize, #to_hash
Methods included from SingularClass
Constructor Details
This class inherits a constructor from TicketEvolution::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class TicketEvolution::Model
Instance Method Details
#check ⇒ Object
3 4 5 |
# File 'lib/ticket_evolution/address.rb', line 3 def check plural_class.new(:parent => @connection,:id => self.id).check end |
#check_fields ⇒ Object
7 8 9 |
# File 'lib/ticket_evolution/address.rb', line 7 def check_fields plural_class.new(:parent => @connection).check_fields end |