Class: Facebooker::Page

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/facebooker/models/page.rb

Defined Under Namespace

Classes: Genre

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session

Instance Attribute Details

#awardsObject

Returns the value of attribute awards.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def awards
  @awards
end

#band_membersObject

Returns the value of attribute band_members.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def band_members
  @band_members
end

#bioObject

Returns the value of attribute bio.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def bio
  @bio
end

#company_overviewObject

Returns the value of attribute company_overview.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def company_overview
  @company_overview
end

#directed_byObject

Returns the value of attribute directed_by.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def directed_by
  @directed_by
end

#foundedObject

Returns the value of attribute founded.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def founded
  @founded
end

#genreObject

Returns the value of attribute genre.



22
23
24
# File 'lib/facebooker/models/page.rb', line 22

def genre
  @genre
end

#has_added_appObject

Returns the value of attribute has_added_app.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def has_added_app
  @has_added_app
end

#hometownObject

Returns the value of attribute hometown.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def hometown
  @hometown
end

#hoursObject

Returns the value of attribute hours.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def hours
  @hours
end

#influencesObject

Returns the value of attribute influences.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def influences
  @influences
end

#locationObject

Returns the value of attribute location.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def location
  @location
end

#missionObject

Returns the value of attribute mission.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def mission
  @mission
end

#nameObject

Returns the value of attribute name.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def name
  @name
end

#networkObject

Returns the value of attribute network.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def network
  @network
end

#page_idObject

Returns the value of attribute page_id.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def page_id
  @page_id
end

#pic_bigObject

Returns the value of attribute pic_big.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def pic_big
  @pic_big
end

#pic_largeObject

Returns the value of attribute pic_large.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def pic_large
  @pic_large
end

#pic_smallObject

Returns the value of attribute pic_small.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def pic_small
  @pic_small
end

#pic_squareObject

Returns the value of attribute pic_square.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def pic_square
  @pic_square
end

#plot_outlineObject

Returns the value of attribute plot_outline.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def plot_outline
  @plot_outline
end

#produced_byObject

Returns the value of attribute produced_by.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def produced_by
  @produced_by
end

#productsObject

Returns the value of attribute products.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def products
  @products
end

#record_labelObject

Returns the value of attribute record_label.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def record_label
  @record_label
end

#release_dateObject

Returns the value of attribute release_date.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def release_date
  @release_date
end

#scheduleObject

Returns the value of attribute schedule.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def schedule
  @schedule
end

#seasonObject

Returns the value of attribute season.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def season
  @season
end

#starringObject

Returns the value of attribute starring.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def starring
  @starring
end

#studioObject

Returns the value of attribute studio.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def studio
  @studio
end

#typeObject

Returns the value of attribute type.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def type
  @type
end

#websiteObject

Returns the value of attribute website.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def website
  @website
end

#written_byObject

Returns the value of attribute written_by.



21
22
23
# File 'lib/facebooker/models/page.rb', line 21

def written_by
  @written_by
end