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
173 174 175 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 173 def content @content end |
#hasMoreResults ⇒ Object
Returns the value of attribute hasMoreResults
173 174 175 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 173 def hasMoreResults @hasMoreResults end |
#paging ⇒ Object
Returns the value of attribute paging
173 174 175 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 173 def paging @paging end |
#refs ⇒ Object
Returns the value of attribute refs
173 174 175 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 173 def refs @refs end |