Class: MySpace::Interest

Inherits:
Object
  • Object
show all
Defined in:
lib/myspace/classes/interest.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Object

build_request, get, get_raw, #initialize, json_to_obj, json_to_obj_collection

Constructor Details

This class inherits a constructor from MySpace::Object

Instance Attribute Details

#booksObject

Returns the value of attribute books.



12
13
14
# File 'lib/myspace/classes/interest.rb', line 12

def books
  @books
end

#generalObject

Returns the value of attribute general.



8
9
10
# File 'lib/myspace/classes/interest.rb', line 8

def general
  @general
end

#heroesObject

Returns the value of attribute heroes.



7
8
9
# File 'lib/myspace/classes/interest.rb', line 7

def heroes
  @heroes
end

#moviesObject

Returns the value of attribute movies.



11
12
13
# File 'lib/myspace/classes/interest.rb', line 11

def movies
  @movies
end

#musicObject

Returns the value of attribute music.



9
10
11
# File 'lib/myspace/classes/interest.rb', line 9

def music
  @music
end

#televisionObject

Returns the value of attribute television.



10
11
12
# File 'lib/myspace/classes/interest.rb', line 10

def television
  @television
end

#userObject

Returns the value of attribute user.



6
7
8
# File 'lib/myspace/classes/interest.rb', line 6

def user
  @user
end