Class: Moneybird::Resource::Contact
- Inherits:
-
Object
- Object
- Moneybird::Resource::Contact
- Extended by:
- ClassMethods
- Includes:
- Moneybird::Resource
- Defined in:
- lib/moneybird/resource/contact.rb
Instance Attribute Summary collapse
-
#custom_fields ⇒ Object
Returns the value of attribute custom_fields.
-
#events ⇒ Object
Returns the value of attribute events.
-
#notes ⇒ Object
Returns the value of attribute notes.
Attributes included from ClassMethods
#attributes, #logger, #nillable_attributes
Attributes included from Moneybird::Resource
Method Summary
Methods included from ClassMethods
build, has_attributes, has_boolean_attributes, has_datetime_attributes, has_integer_attributes, has_nillable_attributes, resource
Methods included from Moneybird::Resource
#attributes, #attributes=, #initialize, #link_booking, #path, #persisted?, #to_json
Instance Attribute Details
#custom_fields ⇒ Object
Returns the value of attribute custom_fields.
59 60 61 |
# File 'lib/moneybird/resource/contact.rb', line 59 def custom_fields @custom_fields end |
#events ⇒ Object
Returns the value of attribute events.
59 60 61 |
# File 'lib/moneybird/resource/contact.rb', line 59 def events @events end |
#notes ⇒ Object
Returns the value of attribute notes.
59 60 61 |
# File 'lib/moneybird/resource/contact.rb', line 59 def notes @notes end |