Class: Moneybird::Resource::Estimate
- Inherits:
-
Object
- Object
- Moneybird::Resource::Estimate
- Extended by:
- ClassMethods
- Includes:
- Moneybird::Resource
- Defined in:
- lib/moneybird/resource/estimate.rb
Instance Attribute Summary
Attributes included from ClassMethods
#attributes, #logger, #nillable_attributes
Attributes included from Moneybird::Resource
Instance Method Summary collapse
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=, #custom_fields=, #initialize, #link_booking, #path, #persisted?, #to_json
Instance Method Details
#contact=(attributes) ⇒ Object
54 55 56 |
# File 'lib/moneybird/resource/estimate.rb', line 54 def contact=(attributes) @contact = Moneybird::Resource::Contact.build(attributes) end |