Class: Zakuro::Result::Range
Overview
Range 期間検索結果
Instance Attribute Summary collapse
-
#list ⇒ Object
readonly
Returns the value of attribute list.
Instance Method Summary collapse
-
#initialize(list: []) ⇒ Range
constructor
初期化.
Methods inherited from Core
#to_h, #to_json, #to_pretty_json
Constructor Details
#initialize(list: []) ⇒ Range
初期化
50 51 52 53 |
# File 'lib/zakuro/result/result.rb', line 50 def initialize(list: []) super @list = list end |
Instance Attribute Details
#list ⇒ Object (readonly)
Returns the value of attribute list.
43 44 45 |
# File 'lib/zakuro/result/result.rb', line 43 def list @list end |