Class: Fastlane::AppstoreReviews::Meta
- Inherits:
-
Object
- Object
- Fastlane::AppstoreReviews::Meta
- Defined in:
- lib/fastlane/plugin/appstore_reviews/models/meta.rb
Instance Attribute Summary collapse
-
#paging ⇒ Object
Returns the value of attribute paging.
Instance Method Summary collapse
-
#initialize(json) ⇒ Meta
constructor
A new instance of Meta.
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
#paging ⇒ Object
Returns the value of attribute paging.
6 7 8 |
# File 'lib/fastlane/plugin/appstore_reviews/models/meta.rb', line 6 def paging @paging end |