Class: Conekta::TaxLine
- Inherits:
-
Resource
- Object
- Hash
- ConektaObject
- Resource
- Conekta::TaxLine
- Defined in:
- lib/conekta/tax_line.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#description ⇒ Object
Returns the value of attribute description.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
Attributes inherited from Resource
Attributes inherited from ConektaObject
Instance Method Summary collapse
Methods included from Operations::CustomAction
Methods included from Operations::Update
Methods included from Operations::Delete
Methods inherited from Resource
_url, #create_member_with_relation, #initialize, underscored_class
Methods inherited from ConektaObject
#class_name, class_name, #create_attr, #first, #initialize, #inspect, #last, #load_from, #set_val, #to_s, #unset_key
Constructor Details
This class inherits a constructor from Conekta::Resource
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
7 8 9 |
# File 'lib/conekta/tax_line.rb', line 7 def amount @amount end |
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/conekta/tax_line.rb', line 7 def description @description end |
#metadata ⇒ Object
Returns the value of attribute metadata.
7 8 9 |
# File 'lib/conekta/tax_line.rb', line 7 def @metadata end |
#parent_id ⇒ Object
Returns the value of attribute parent_id.
7 8 9 |
# File 'lib/conekta/tax_line.rb', line 7 def parent_id @parent_id end |
Instance Method Details
#_url ⇒ Object
9 10 11 12 13 |
# File 'lib/conekta/tax_line.rb', line 9 def _url ensure_id "#{self.order._url}#{self.class._url}/#{id}" end |
#delete ⇒ Object
15 16 17 |
# File 'lib/conekta/tax_line.rb', line 15 def delete self.delete_member('order', 'tax_lines') end |