Class: Peddler::APIs::SupplySources20200701::OperatingHour
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SupplySources20200701::OperatingHour
- Defined in:
- sig/peddler/apis/supply_sources_2020_07_01.rbs
Instance Attribute Summary collapse
-
#end_time ⇒ String?
readonly
Returns the value of attribute end_time.
-
#start_time ⇒ String?
readonly
Returns the value of attribute start_time.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :end_time, :start_time ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SupplySources20200701::OperatingHour
Instance Method Summary collapse
Instance Attribute Details
#end_time ⇒ String? (readonly)
Returns the value of attribute end_time.
231 232 233 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 231 def end_time @end_time end |
#start_time ⇒ String? (readonly)
Returns the value of attribute start_time.
232 233 234 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 232 def start_time @start_time end |
Class Method Details
.[](end_time:, start_time:) ⇒ Peddler::APIs::SupplySources20200701::OperatingHour .[](arg0, arg1) ⇒ Peddler::APIs::SupplySources20200701::OperatingHour
224 225 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 224
def self.[]: (?end_time: String?, ?start_time: String?) -> Peddler::APIs::SupplySources20200701::OperatingHour
| (String?, String?) -> Peddler::APIs::SupplySources20200701::OperatingHour
|
.members ⇒ [ :end_time, :start_time ]
227 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 227
def self.members: () -> [ :end_time, :start_time ]
|
.new(end_time:, start_time:) ⇒ Peddler::APIs::SupplySources20200701::OperatingHour .new(arg0, arg1) ⇒ Peddler::APIs::SupplySources20200701::OperatingHour
222 223 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 222
def self.new: (?end_time: String?, ?start_time: String?) -> Peddler::APIs::SupplySources20200701::OperatingHour
| (String?, String?) -> Peddler::APIs::SupplySources20200701::OperatingHour
|
.parse ⇒ Peddler::APIs::SupplySources20200701::OperatingHour
229 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 229
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SupplySources20200701::OperatingHour
|
Instance Method Details
#members ⇒ [ :end_time, :start_time ]
234 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 234
def members: () -> [ :end_time, :start_time ]
|
#to_h ⇒ { end_time: String?, start_time: String? }
235 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 235
def to_h: () -> { end_time: String?, start_time: String? }
|