Class: Fastlane::AppstoreReviews::Meta

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/appstore_reviews/models/meta.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(json) ⇒ Meta

Returns a new instance of Meta.



8
9
10
# File 'lib/fastlane/plugin/appstore_reviews/models/meta.rb', line 8

def initialize(json)
  @paging = Paging.new(json['paging'])
end

Instance Attribute Details

#pagingObject

Returns the value of attribute paging.



6
7
8
# File 'lib/fastlane/plugin/appstore_reviews/models/meta.rb', line 6

def paging
  @paging
end