Class: PostProxy::StatsResponse
- Inherits:
-
Object
- Object
- PostProxy::StatsResponse
- Defined in:
- lib/postproxy/types.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data:) ⇒ StatsResponse
constructor
A new instance of StatsResponse.
Constructor Details
#initialize(data:) ⇒ StatsResponse
Returns a new instance of StatsResponse.
311 312 313 |
# File 'lib/postproxy/types.rb', line 311 def initialize(data:) @data = data end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
309 310 311 |
# File 'lib/postproxy/types.rb', line 309 def data @data end |