Class: BitFlyer::Models::BoardStates::Data
- Inherits:
-
Object
- Object
- BitFlyer::Models::BoardStates::Data
- Defined in:
- lib/bit_flyer/models/board_states/data.rb
Instance Attribute Summary collapse
-
#special_quotation ⇒ Object
readonly
Returns the value of attribute special_quotation.
Instance Method Summary collapse
-
#initialize(attrs = {}) ⇒ Data
constructor
A new instance of Data.
Constructor Details
#initialize(attrs = {}) ⇒ Data
Returns a new instance of Data.
7 8 9 |
# File 'lib/bit_flyer/models/board_states/data.rb', line 7 def initialize(attrs = {}) @special_quotation = attrs['special_quotation'] end |
Instance Attribute Details
#special_quotation ⇒ Object (readonly)
Returns the value of attribute special_quotation.
5 6 7 |
# File 'lib/bit_flyer/models/board_states/data.rb', line 5 def special_quotation @special_quotation end |