Class: Moneybird::Resource::Contact

Inherits:
Object
  • Object
show all
Extended by:
ClassMethods
Includes:
Moneybird::Resource
Defined in:
lib/moneybird/resource/contact.rb

Instance Attribute Summary collapse

Attributes included from ClassMethods

#attributes, #logger, #nillable_attributes

Attributes included from Moneybird::Resource

#client, #errors

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_fieldsObject

Returns the value of attribute custom_fields.



59
60
61
# File 'lib/moneybird/resource/contact.rb', line 59

def custom_fields
  @custom_fields
end

#eventsObject

Returns the value of attribute events.



59
60
61
# File 'lib/moneybird/resource/contact.rb', line 59

def events
  @events
end

#notesObject

Returns the value of attribute notes.



59
60
61
# File 'lib/moneybird/resource/contact.rb', line 59

def notes
  @notes
end