Class: Wuclan::Lastfm::LastfmTagging

Inherits:
Struct
  • Object
show all
Defined in:
lib/wuclan/lastfm/model/base.rb

Overview

Relationships

Instance Attribute Summary collapse

Instance Attribute Details

#taggable_idObject

Returns the value of attribute taggable_id

Returns:

  • (Object)

    the current value of taggable_id



39
40
41
# File 'lib/wuclan/lastfm/model/base.rb', line 39

def taggable_id
  @taggable_id
end

#taggable_typeObject

Returns the value of attribute taggable_type

Returns:

  • (Object)

    the current value of taggable_type



39
40
41
# File 'lib/wuclan/lastfm/model/base.rb', line 39

def taggable_type
  @taggable_type
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



39
40
41
# File 'lib/wuclan/lastfm/model/base.rb', line 39

def user_id
  @user_id
end