Class: Spacer::Interest

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/spacer/models/interest.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Model

included, #initialize, #populate, #populate_from_hash!, #populated?

Instance Attribute Details

#booksObject

Returns the value of attribute books.



4
5
6
# File 'lib/spacer/models/interest.rb', line 4

def books
  @books
end

#generalObject

Returns the value of attribute general.



4
5
6
# File 'lib/spacer/models/interest.rb', line 4

def general
  @general
end

#heroesObject

Returns the value of attribute heroes.



4
5
6
# File 'lib/spacer/models/interest.rb', line 4

def heroes
  @heroes
end

#moviesObject

Returns the value of attribute movies.



4
5
6
# File 'lib/spacer/models/interest.rb', line 4

def movies
  @movies
end

#musicObject

Returns the value of attribute music.



4
5
6
# File 'lib/spacer/models/interest.rb', line 4

def music
  @music
end

#televisionObject

Returns the value of attribute television.



4
5
6
# File 'lib/spacer/models/interest.rb', line 4

def television
  @television
end

#userObject

Returns the value of attribute user.



4
5
6
# File 'lib/spacer/models/interest.rb', line 4

def user
  @user
end