Class: BitFlyer::Models::BoardStates::Data

Inherits:
Object
  • Object
show all
Defined in:
lib/bit_flyer/models/board_states/data.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_quotationObject (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