Class: CirroIOV2::Responses::EpamHeroesBadgeResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::EpamHeroesBadgeResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#hasMoreResults ⇒ Object
Returns the value of attribute hasMoreResults.
-
#paging ⇒ Object
Returns the value of attribute paging.
-
#refs ⇒ Object
Returns the value of attribute refs.
Method Summary
Methods included from Base
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
174 175 176 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 174 def content @content end |
#hasMoreResults ⇒ Object
Returns the value of attribute hasMoreResults
174 175 176 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 174 def hasMoreResults @hasMoreResults end |
#paging ⇒ Object
Returns the value of attribute paging
174 175 176 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 174 def paging @paging end |
#refs ⇒ Object
Returns the value of attribute refs
174 175 176 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 174 def refs @refs end |