Class: PostProxy::StatsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/postproxy/types.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data:) ⇒ StatsResponse

Returns a new instance of StatsResponse.



158
159
160
# File 'lib/postproxy/types.rb', line 158

def initialize(data:)
  @data = data
end

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



156
157
158
# File 'lib/postproxy/types.rb', line 156

def data
  @data
end