Class: RSpreedly::LineItem
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#description ⇒ Object
Returns the value of attribute description.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#price ⇒ Object
Returns the value of attribute price.
Attributes inherited from Base
Method Summary
Methods inherited from Base
api_request, #api_request, #attributes=, do_request, #initialize, #to_xml
Constructor Details
This class inherits a constructor from RSpreedly::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/rspreedly/line_item.rb', line 3 def amount @amount end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
3 4 5 |
# File 'lib/rspreedly/line_item.rb', line 3 def currency_code @currency_code end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/rspreedly/line_item.rb', line 3 def description @description end |
#notes ⇒ Object
Returns the value of attribute notes.
3 4 5 |
# File 'lib/rspreedly/line_item.rb', line 3 def notes @notes end |
#price ⇒ Object
Returns the value of attribute price.
3 4 5 |
# File 'lib/rspreedly/line_item.rb', line 3 def price @price end |