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.



286
287
288
# File 'lib/postproxy/types.rb', line 286

def initialize(data:)
  @data = data
end

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



284
285
286
# File 'lib/postproxy/types.rb', line 284

def data
  @data
end