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.
229 230 231 |
# File 'lib/postproxy/types.rb', line 229 def initialize(data:) @data = data end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
227 228 229 |
# File 'lib/postproxy/types.rb', line 227 def data @data end |