Class: Insightly2::Resources::Object
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Insightly2::Resources::Object
- Includes:
- Attributes, Serializers
- Defined in:
- lib/insightly2/resources/object.rb,
lib/insightly2/resources/object/serializers.rb
Direct Known Subclasses
Comment, Contact, Country, Currency, CustomField, Email, Event, FileAttachment, FileCategory, Note, Opportunity, OpportunityCategory, OpportunityStateReason, Organisation, Pipeline, PipelineStage, Project, ProjectCategory, Relationship, Tag, Task, TaskCategory, Team, TeamMember, User
Defined Under Namespace
Modules: Attributes, Serializers
Instance Method Summary collapse
Methods included from Attributes
#attributes, included, #method_missing
Methods included from Serializers
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Insightly2::Resources::Object::Attributes
Instance Method Details
#inspect ⇒ Object
18 19 20 |
# File 'lib/insightly2/resources/object.rb', line 18 def inspect "#<#{self.class.name}:#{'0x00%x' % (object_id << 1)} #{inspect_attributes}>" end |