Class: Fastlane::AppstoreReviews::ReviewRelationships

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(json) ⇒ ReviewRelationships

Returns a new instance of ReviewRelationships.



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

def initialize(json)
  response = json['response']
  @links = Links.new(response)
end

Instance Attribute Details

Returns the value of attribute links.



5
6
7
# File 'lib/fastlane/plugin/appstore_reviews/models/review_relationships.rb', line 5

def links
  @links
end