Class: Spaceship::Tunes::TransitAppFile

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

Overview

Represents a geo json

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

#asset_tokenObject

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

#nameObject

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_stampObject

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

#urlObject

Returns the value of attribute url.



13
14
15
# File 'spaceship/lib/spaceship/tunes/transit_app_file.rb', line 13

def url
  @url
end