Class: Wuclan::Lastfm::LastfmTagging
- Inherits:
-
Struct
- Object
- Struct
- Wuclan::Lastfm::LastfmTagging
- Defined in:
- lib/wuclan/lastfm/model/base.rb
Overview
Relationships
Instance Attribute Summary collapse
-
#taggable_id ⇒ Object
Returns the value of attribute taggable_id.
-
#taggable_type ⇒ Object
Returns the value of attribute taggable_type.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#taggable_id ⇒ Object
Returns the value of attribute taggable_id
39 40 41 |
# File 'lib/wuclan/lastfm/model/base.rb', line 39 def taggable_id @taggable_id end |
#taggable_type ⇒ Object
Returns the value of attribute taggable_type
39 40 41 |
# File 'lib/wuclan/lastfm/model/base.rb', line 39 def taggable_type @taggable_type end |
#user_id ⇒ Object
Returns the value of attribute user_id
39 40 41 |
# File 'lib/wuclan/lastfm/model/base.rb', line 39 def user_id @user_id end |