Class: RawgApi::Entities::EntityResponse
- Inherits:
-
Struct
- Object
- Struct
- RawgApi::Entities::EntityResponse
- Defined in:
- lib/rawg_api/entities/base_entity.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#results ⇒ Object
Returns the value of attribute results.
Instance Attribute Details
#metadata ⇒ Object
Returns the value of attribute metadata
4 5 6 |
# File 'lib/rawg_api/entities/base_entity.rb', line 4 def @metadata end |
#results ⇒ Object
Returns the value of attribute results
4 5 6 |
# File 'lib/rawg_api/entities/base_entity.rb', line 4 def results @results end |