Class: Spaceship::Tunes::DeveloperResponse
- Defined in:
- spaceship/lib/spaceship/tunes/developer_response.rb
Instance Attribute Summary collapse
-
#application ⇒ Object
Returns the value of attribute application.
-
#hidden ⇒ Object
readonly
Returns the value of attribute hidden.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#last_modified ⇒ Object
readonly
Returns the value of attribute last_modified.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
-
#review_id ⇒ Object
Returns the value of attribute review_id.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Attributes inherited from Base
Method Summary
Methods inherited from TunesBase
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
#application ⇒ Object
Returns the value of attribute application.
11 12 13 |
# File 'spaceship/lib/spaceship/tunes/developer_response.rb', line 11 def application @application end |
#hidden ⇒ Object (readonly)
Returns the value of attribute hidden.
9 10 11 |
# File 'spaceship/lib/spaceship/tunes/developer_response.rb', line 9 def hidden @hidden end |
#id ⇒ Object (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_modified ⇒ Object (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 |
#response ⇒ Object (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_id ⇒ Object
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 |
#state ⇒ Object (readonly)
Returns the value of attribute state.
10 11 12 |
# File 'spaceship/lib/spaceship/tunes/developer_response.rb', line 10 def state @state end |