Class: AffiliationApi::Program
- Defined in:
- lib/affiliation-api/program.rb
Instance Attribute Summary collapse
-
#ad_space_name ⇒ Object
Returns the value of attribute ad_space_name.
-
#ads ⇒ Object
Returns the value of attribute ads.
-
#categories ⇒ Object
Returns the value of attribute categories.
-
#category_ids ⇒ Object
Returns the value of attribute category_ids.
-
#description ⇒ Object
Returns the value of attribute description.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#id ⇒ Object
Returns the value of attribute id.
-
#image ⇒ Object
Returns the value of attribute image.
-
#image_url ⇒ Object
Returns the value of attribute image_url.
-
#name ⇒ Object
Returns the value of attribute name.
-
#needs_review ⇒ Object
Returns the value of attribute needs_review.
-
#network_data ⇒ Object
Returns the value of attribute network_data.
-
#network_name ⇒ Object
Returns the value of attribute network_name.
-
#network_status ⇒ Object
Returns the value of attribute network_status.
-
#network_updated_at ⇒ Object
Returns the value of attribute network_updated_at.
-
#primary_ad ⇒ Object
Returns the value of attribute primary_ad.
-
#primary_ad_id ⇒ Object
Returns the value of attribute primary_ad_id.
-
#reward_details ⇒ Object
Returns the value of attribute reward_details.
-
#reward_fixed ⇒ Object
Returns the value of attribute reward_fixed.
-
#reward_percentage ⇒ Object
Returns the value of attribute reward_percentage.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#ad_space_name ⇒ Object
Returns the value of attribute ad_space_name.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def ad_space_name @ad_space_name end |
#ads ⇒ Object
Returns the value of attribute ads.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def ads @ads end |
#categories ⇒ Object
Returns the value of attribute categories.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def categories @categories end |
#category_ids ⇒ Object
Returns the value of attribute category_ids.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def category_ids @category_ids end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def description @description end |
#hidden ⇒ Object
Returns the value of attribute hidden.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def hidden @hidden end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def id @id end |
#image ⇒ Object
Returns the value of attribute image.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def image @image end |
#image_url ⇒ Object
Returns the value of attribute image_url.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def image_url @image_url end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def name @name end |
#needs_review ⇒ Object
Returns the value of attribute needs_review.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def needs_review @needs_review end |
#network_data ⇒ Object
Returns the value of attribute network_data.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def network_data @network_data end |
#network_name ⇒ Object
Returns the value of attribute network_name.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def network_name @network_name end |
#network_status ⇒ Object
Returns the value of attribute network_status.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def network_status @network_status end |
#network_updated_at ⇒ Object
Returns the value of attribute network_updated_at.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def network_updated_at @network_updated_at end |
#primary_ad ⇒ Object
Returns the value of attribute primary_ad.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def primary_ad @primary_ad end |
#primary_ad_id ⇒ Object
Returns the value of attribute primary_ad_id.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def primary_ad_id @primary_ad_id end |
#reward_details ⇒ Object
Returns the value of attribute reward_details.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def reward_details @reward_details end |
#reward_fixed ⇒ Object
Returns the value of attribute reward_fixed.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def reward_fixed @reward_fixed end |
#reward_percentage ⇒ Object
Returns the value of attribute reward_percentage.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def reward_percentage @reward_percentage end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/affiliation-api/program.rb', line 3 def url @url end |