Class: Spaceship::Tunes::DeveloperResponse

Inherits:
TunesBase show all
Defined in:
spaceship/lib/spaceship/tunes/developer_response.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#client, #raw_data

Method Summary

Methods inherited from TunesBase

client

Methods inherited from Base

attr_accessor, attr_mapping, attributes, #attributes, factory, #initialize, #inspect, mapping_module, method_missing, set_client, #setup, #to_s

Constructor Details

This class inherits a constructor from Spaceship::Base

Instance Attribute Details

#applicationObject

Returns the value of attribute application.



11
12
13
# File 'spaceship/lib/spaceship/tunes/developer_response.rb', line 11

def application
  @application
end

#hiddenObject (readonly)

Returns the value of attribute hidden.



9
10
11
# File 'spaceship/lib/spaceship/tunes/developer_response.rb', line 9

def hidden
  @hidden
end

#idObject (readonly)

Returns the value of attribute id.



6
7
8
# File 'spaceship/lib/spaceship/tunes/developer_response.rb', line 6

def id
  @id
end

#last_modifiedObject (readonly)

Returns the value of attribute last_modified.



8
9
10
# File 'spaceship/lib/spaceship/tunes/developer_response.rb', line 8

def last_modified
  @last_modified
end

#responseObject (readonly)

Returns the value of attribute response.



7
8
9
# File 'spaceship/lib/spaceship/tunes/developer_response.rb', line 7

def response
  @response
end

#review_idObject

Returns the value of attribute review_id.



12
13
14
# File 'spaceship/lib/spaceship/tunes/developer_response.rb', line 12

def review_id
  @review_id
end

#stateObject (readonly)

Returns the value of attribute state.



10
11
12
# File 'spaceship/lib/spaceship/tunes/developer_response.rb', line 10

def state
  @state
end