Class: WorkOS::EventListListMetadata
- Inherits:
-
Types::BaseModel
- Object
- Types::BaseModel
- WorkOS::EventListListMetadata
- Defined in:
- lib/workos/events/event_list_list_metadata.rb
Constant Summary collapse
- HASH_ATTRS =
{ after: :after }.freeze
Instance Attribute Summary collapse
-
#after ⇒ Object
Returns the value of attribute after.
Attributes inherited from Types::BaseModel
Instance Method Summary collapse
-
#initialize(json) ⇒ EventListListMetadata
constructor
A new instance of EventListListMetadata.
Methods inherited from Types::BaseModel
Methods included from HashProvider
Constructor Details
#initialize(json) ⇒ EventListListMetadata
Returns a new instance of EventListListMetadata.
13 14 15 16 |
# File 'lib/workos/events/event_list_list_metadata.rb', line 13 def initialize(json) hash = self.class.normalize(json) @after = hash[:after] end |
Instance Attribute Details
#after ⇒ Object
Returns the value of attribute after.
11 12 13 |
# File 'lib/workos/events/event_list_list_metadata.rb', line 11 def after @after end |