Class: Spaceship::Tunes::TransitAppFile
- Defined in:
- spaceship/lib/spaceship/tunes/transit_app_file.rb
Overview
Represents a geo json
Instance Attribute Summary collapse
-
#asset_token ⇒ Object
Returns the value of attribute asset_token.
-
#name ⇒ Object
Returns the value of attribute name.
-
#time_stamp ⇒ Object
Returns the value of attribute time_stamp.
-
#url ⇒ Object
Returns the value of attribute url.
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
#asset_token ⇒ Object
Returns the value of attribute asset_token.
7 8 9 |
# File 'spaceship/lib/spaceship/tunes/transit_app_file.rb', line 7 def asset_token @asset_token end |
#name ⇒ Object
Returns the value of attribute name.
9 10 11 |
# File 'spaceship/lib/spaceship/tunes/transit_app_file.rb', line 9 def name @name end |
#time_stamp ⇒ Object
Returns the value of attribute time_stamp.
11 12 13 |
# File 'spaceship/lib/spaceship/tunes/transit_app_file.rb', line 11 def time_stamp @time_stamp end |
#url ⇒ Object
Returns the value of attribute url.
13 14 15 |
# File 'spaceship/lib/spaceship/tunes/transit_app_file.rb', line 13 def url @url end |