Class: HighLevel::Models::Proposals::GrandTotalDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Proposals::GrandTotalDto
- Defined in:
- lib/high_level/models/proposals/grand_total_dto.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#discount_percentage ⇒ Object
readonly
Returns the value of attribute discount_percentage.
-
#discounts ⇒ Object
readonly
Returns the value of attribute discounts.
Instance Attribute Details
#amount ⇒ Object (readonly)
Returns the value of attribute amount
9 10 11 |
# File 'lib/high_level/models/proposals/grand_total_dto.rb', line 9 def amount @amount end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency
9 10 11 |
# File 'lib/high_level/models/proposals/grand_total_dto.rb', line 9 def currency @currency end |
#discount_percentage ⇒ Object (readonly)
Returns the value of attribute discount_percentage
9 10 11 |
# File 'lib/high_level/models/proposals/grand_total_dto.rb', line 9 def discount_percentage @discount_percentage end |
#discounts ⇒ Object (readonly)
Returns the value of attribute discounts
9 10 11 |
# File 'lib/high_level/models/proposals/grand_total_dto.rb', line 9 def discounts @discounts end |