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 collapse
-
#contact ⇒ Object
Returns the value of attribute contact.
-
#details ⇒ Object
Returns the value of attribute details.
-
#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=, #custom_fields=, #initialize, #link_booking, #path, #persisted?, #to_json
Instance Attribute Details
#contact ⇒ Object
Returns the value of attribute contact.
50 51 52 |
# File 'lib/moneybird/resource/estimate.rb', line 50 def contact @contact end |
#details ⇒ Object
Returns the value of attribute details.
50 51 52 |
# File 'lib/moneybird/resource/estimate.rb', line 50 def details @details end |
#notes ⇒ Object
Returns the value of attribute notes.
50 51 52 |
# File 'lib/moneybird/resource/estimate.rb', line 50 def notes @notes end |