Class: Softlayer::Container::Billing::Currency::Format

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/billing/currency/format.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

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

#currencyObject

Returns the value of attribute currency.



6
7
8
# File 'lib/softlayer/container/billing/currency/format.rb', line 6

def currency
  @currency
end

#displayObject

Returns the value of attribute display.



7
8
9
# File 'lib/softlayer/container/billing/currency/format.rb', line 7

def display
  @display
end

#formatObject

Returns the value of attribute format.



8
9
10
# File 'lib/softlayer/container/billing/currency/format.rb', line 8

def format
  @format
end

#localeObject

Returns the value of attribute locale.



9
10
11
# File 'lib/softlayer/container/billing/currency/format.rb', line 9

def locale
  @locale
end

#nameObject

Returns the value of attribute name.



10
11
12
# File 'lib/softlayer/container/billing/currency/format.rb', line 10

def name
  @name
end

#positionObject

Returns the value of attribute position.



11
12
13
# File 'lib/softlayer/container/billing/currency/format.rb', line 11

def position
  @position
end

#precisionObject

Returns the value of attribute precision.



12
13
14
# File 'lib/softlayer/container/billing/currency/format.rb', line 12

def precision
  @precision
end

#scriptObject

Returns the value of attribute script.



13
14
15
# File 'lib/softlayer/container/billing/currency/format.rb', line 13

def script
  @script
end

#serviceObject

Returns the value of attribute service.



14
15
16
# File 'lib/softlayer/container/billing/currency/format.rb', line 14

def service
  @service
end

#symbolObject

Returns the value of attribute symbol.



15
16
17
# File 'lib/softlayer/container/billing/currency/format.rb', line 15

def symbol
  @symbol
end

#tagObject

Returns the value of attribute tag.



16
17
18
# File 'lib/softlayer/container/billing/currency/format.rb', line 16

def tag
  @tag
end

#valueObject

Returns the value of attribute value.



17
18
19
# File 'lib/softlayer/container/billing/currency/format.rb', line 17

def value
  @value
end