Class: Telegram::Bot::Types::BusinessOpeningHoursInterval
- Defined in:
- sig/telegram/bot/types/business_opening_hours_interval.rbs
Instance Attribute Summary collapse
-
#closing_minute ⇒ Integer
readonly
Returns the value of attribute closing_minute.
-
#opening_minute ⇒ Integer
readonly
Returns the value of attribute opening_minute.
Attributes inherited from Base
Class Method Summary collapse
Methods included from Compactable
Methods included from PatternMatching
Instance Attribute Details
#closing_minute ⇒ Integer (readonly)
Returns the value of attribute closing_minute.
9 10 11 |
# File 'sig/telegram/bot/types/business_opening_hours_interval.rbs', line 9 def closing_minute @closing_minute end |
#opening_minute ⇒ Integer (readonly)
Returns the value of attribute opening_minute.
8 9 10 |
# File 'sig/telegram/bot/types/business_opening_hours_interval.rbs', line 8 def opening_minute @opening_minute end |
Class Method Details
.new(opening_minute:, closing_minute:) ⇒ instance .new(attributes) ⇒ instance
6 7 |
# File 'sig/telegram/bot/types/business_opening_hours_interval.rbs', line 6
def self.new: (opening_minute: Integer, closing_minute: Integer) -> instance
| (?Hash[Symbol | String, untyped] attributes) -> instance
|