Class: Siilar::Struct::Artist

Inherits:
Base
  • Object
show all
Defined in:
lib/siilar/struct/artist.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Siilar::Struct::Base

Instance Attribute Details

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/siilar/struct/artist.rb', line 5

def name
  @name
end