Class: ACTV::AssetPrice
Instance Attribute Summary collapse
-
#effectiveDate ⇒ Object
(also: #effective_date)
readonly
Returns the value of attribute effectiveDate.
-
#maxPriceAmt ⇒ Object
(also: #max_amount)
readonly
Returns the value of attribute maxPriceAmt.
-
#minPriceAmt ⇒ Object
(also: #min_amount)
readonly
Returns the value of attribute minPriceAmt.
-
#priceAmt ⇒ Object
(also: #amount)
readonly
Returns the value of attribute priceAmt.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], attr_reader, define_attribute_method, define_predicate_method, define_uri_method, from_response, #initialize, #memoize, #method_missing, object_attr_reader, #respond_to?, #to_hash, uri_attr_reader
Constructor Details
This class inherits a constructor from ACTV::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ACTV::Base
Instance Attribute Details
#effectiveDate ⇒ Object (readonly) Also known as: effective_date
Returns the value of attribute effectiveDate.
4 5 6 |
# File 'lib/actv/asset_price.rb', line 4 def effectiveDate @effectiveDate end |
#maxPriceAmt ⇒ Object (readonly) Also known as: max_amount
Returns the value of attribute maxPriceAmt.
4 5 6 |
# File 'lib/actv/asset_price.rb', line 4 def maxPriceAmt @maxPriceAmt end |
#minPriceAmt ⇒ Object (readonly) Also known as: min_amount
Returns the value of attribute minPriceAmt.
4 5 6 |
# File 'lib/actv/asset_price.rb', line 4 def minPriceAmt @minPriceAmt end |
#priceAmt ⇒ Object (readonly) Also known as: amount
Returns the value of attribute priceAmt.
4 5 6 |
# File 'lib/actv/asset_price.rb', line 4 def priceAmt @priceAmt end |