Class: Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent
- Defined in:
- sig/peddler/notifications/detail_page_traffic_event.rbs
Instance Attribute Summary collapse
-
#account_id ⇒ String
readonly
Returns the value of attribute account_id.
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#end_time ⇒ Time
readonly
Returns the value of attribute end_time.
-
#glance_views ⇒ Integer
readonly
Returns the value of attribute glance_views.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#start_time ⇒ Time
readonly
Returns the value of attribute start_time.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :account_id, :asin, :end_time, :glance_views, :marketplace_id, :start_time ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent
Instance Method Summary collapse
-
#members ⇒ [ :account_id, :asin, :end_time, :glance_views, :marketplace_id, :start_time ]
-
#to_h ⇒ { account_id: String, asin: String, end_time: Time, glance_views: Integer, marketplace_id: String, start_time: Time }
Instance Attribute Details
#account_id ⇒ String (readonly)
Returns the value of attribute account_id.
14 15 16 |
# File 'sig/peddler/notifications/detail_page_traffic_event.rbs', line 14 def account_id @account_id end |
#asin ⇒ String (readonly)
Returns the value of attribute asin.
15 16 17 |
# File 'sig/peddler/notifications/detail_page_traffic_event.rbs', line 15 def asin @asin end |
#end_time ⇒ Time (readonly)
Returns the value of attribute end_time.
16 17 18 |
# File 'sig/peddler/notifications/detail_page_traffic_event.rbs', line 16 def end_time @end_time end |
#glance_views ⇒ Integer (readonly)
Returns the value of attribute glance_views.
17 18 19 |
# File 'sig/peddler/notifications/detail_page_traffic_event.rbs', line 17 def glance_views @glance_views end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
18 19 20 |
# File 'sig/peddler/notifications/detail_page_traffic_event.rbs', line 18 def marketplace_id @marketplace_id end |
#start_time ⇒ Time (readonly)
Returns the value of attribute start_time.
19 20 21 |
# File 'sig/peddler/notifications/detail_page_traffic_event.rbs', line 19 def start_time @start_time end |
Class Method Details
.[](account_id:, asin:, end_time:, glance_views:, marketplace_id:, start_time:) ⇒ Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent
7 8 |
# File 'sig/peddler/notifications/detail_page_traffic_event.rbs', line 7
def self.[]: (account_id: String, asin: String, end_time: Time, glance_views: Integer, marketplace_id: String, start_time: Time) -> Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent
| (String, String, Time, Integer, String, Time) -> Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent
|
.members ⇒ [ :account_id, :asin, :end_time, :glance_views, :marketplace_id, :start_time ]
10 |
# File 'sig/peddler/notifications/detail_page_traffic_event.rbs', line 10
def self.members: () -> [ :account_id, :asin, :end_time, :glance_views, :marketplace_id, :start_time ]
|
.new(account_id:, asin:, end_time:, glance_views:, marketplace_id:, start_time:) ⇒ Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent
5 6 |
# File 'sig/peddler/notifications/detail_page_traffic_event.rbs', line 5
def self.new: (account_id: String, asin: String, end_time: Time, glance_views: Integer, marketplace_id: String, start_time: Time) -> Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent
| (String, String, Time, Integer, String, Time) -> Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent
|
.parse ⇒ Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent
12 |
# File 'sig/peddler/notifications/detail_page_traffic_event.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::DetailPageTrafficEvent::DetailPageTrafficEvent
|
Instance Method Details
#members ⇒ [ :account_id, :asin, :end_time, :glance_views, :marketplace_id, :start_time ]
21 |
# File 'sig/peddler/notifications/detail_page_traffic_event.rbs', line 21
def members: () -> [ :account_id, :asin, :end_time, :glance_views, :marketplace_id, :start_time ]
|
#to_h ⇒ { account_id: String, asin: String, end_time: Time, glance_views: Integer, marketplace_id: String, start_time: Time }
22 |
# File 'sig/peddler/notifications/detail_page_traffic_event.rbs', line 22
def to_h: () -> { account_id: String, asin: String, end_time: Time, glance_views: Integer, marketplace_id: String, start_time: Time }
|