Class: SunDawg::BaseEntity

Inherits:
Object
  • Object
show all
Defined in:
lib/base_entity.rb

Direct Known Subclasses

Artist, Track

Instance Attribute Summary collapse

Instance Attribute Details

#matchObject

Returns the value of attribute match.



3
4
5
# File 'lib/base_entity.rb', line 3

def match
  @match
end

#mbidObject

Returns the value of attribute mbid.



3
4
5
# File 'lib/base_entity.rb', line 3

def mbid
  @mbid
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/base_entity.rb', line 3

def name
  @name
end

#yahoo_idObject

Returns the value of attribute yahoo_id.



3
4
5
# File 'lib/base_entity.rb', line 3

def yahoo_id
  @yahoo_id
end