Class: SunDawg::BaseEntity
- Inherits:
-
Object
- Object
- SunDawg::BaseEntity
- Defined in:
- lib/base_entity.rb
Instance Attribute Summary collapse
-
#match ⇒ Object
Returns the value of attribute match.
-
#mbid ⇒ Object
Returns the value of attribute mbid.
-
#name ⇒ Object
Returns the value of attribute name.
-
#yahoo_id ⇒ Object
Returns the value of attribute yahoo_id.
Instance Attribute Details
#match ⇒ Object
Returns the value of attribute match.
3 4 5 |
# File 'lib/base_entity.rb', line 3 def match @match end |
#mbid ⇒ Object
Returns the value of attribute mbid.
3 4 5 |
# File 'lib/base_entity.rb', line 3 def mbid @mbid end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/base_entity.rb', line 3 def name @name end |
#yahoo_id ⇒ Object
Returns the value of attribute yahoo_id.
3 4 5 |
# File 'lib/base_entity.rb', line 3 def yahoo_id @yahoo_id end |