Class: Economic::Account

Inherits:
Entity
  • Object
show all
Defined in:
lib/economic/account.rb

Instance Attribute Summary

Attributes inherited from Entity

#id, #number, #partial, #persisted, #session

Instance Method Summary collapse

Methods inherited from Entity

#==, default_values, defaults, #destroy, #get, #get_data, #handle=, handle_writer, has_properties, #initialize, #inspect, key, #partial?, #persisted?, properties, properties_not_triggering_full_load, property_reader, property_writer, proxy, #proxy, #save, #update_properties

Constructor Details

This class inherits a constructor from Economic::Entity

Instance Method Details

#handleObject



7
8
9
# File 'lib/economic/account.rb', line 7

def handle
  Handle.build(:name => @name)
end