Class: Softlayer::Billing::Invoice::Tax::Info
- Defined in:
- lib/softlayer/billing/invoice/tax/info.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#create_date ⇒ Object
Returns the value of attribute create_date.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#currency_id ⇒ Object
Returns the value of attribute currency_id.
-
#functional_currency ⇒ Object
Returns the value of attribute functional_currency.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invoice ⇒ Object
Returns the value of attribute invoice.
-
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
-
#item_count ⇒ Object
Returns the value of attribute item_count.
-
#item_with_currency_info ⇒ Object
Returns the value of attribute item_with_currency_info.
-
#items ⇒ Object
Returns the value of attribute items.
-
#modify_date ⇒ Object
Returns the value of attribute modify_date.
-
#reported_flag ⇒ Object
Returns the value of attribute reported_flag.
-
#total_tax_amount_to_currency ⇒ Object
Returns the value of attribute total_tax_amount_to_currency.
Method Summary
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#create_date ⇒ Object
Returns the value of attribute create_date.
6 7 8 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 6 def create_date @create_date end |
#currency ⇒ Object
Returns the value of attribute currency.
13 14 15 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 13 def currency @currency end |
#currency_id ⇒ Object
Returns the value of attribute currency_id.
7 8 9 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 7 def currency_id @currency_id end |
#functional_currency ⇒ Object
Returns the value of attribute functional_currency.
14 15 16 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 14 def functional_currency @functional_currency end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 8 def id @id end |
#invoice ⇒ Object
Returns the value of attribute invoice.
15 16 17 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 15 def invoice @invoice end |
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
9 10 11 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 9 def invoice_id @invoice_id end |
#item_count ⇒ Object
Returns the value of attribute item_count.
12 13 14 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 12 def item_count @item_count end |
#item_with_currency_info ⇒ Object
Returns the value of attribute item_with_currency_info.
16 17 18 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 16 def item_with_currency_info @item_with_currency_info end |
#items ⇒ Object
Returns the value of attribute items.
17 18 19 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 17 def items @items end |
#modify_date ⇒ Object
Returns the value of attribute modify_date.
10 11 12 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 10 def modify_date @modify_date end |
#reported_flag ⇒ Object
Returns the value of attribute reported_flag.
11 12 13 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 11 def reported_flag @reported_flag end |
#total_tax_amount_to_currency ⇒ Object
Returns the value of attribute total_tax_amount_to_currency.
18 19 20 |
# File 'lib/softlayer/billing/invoice/tax/info.rb', line 18 def total_tax_amount_to_currency @total_tax_amount_to_currency end |