Class: AudioFeedManager::Tags

Inherits:
Struct
  • Object
show all
Includes:
HashConstructor
Defined in:
lib/audio_feed_manager/tags.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods included from HashConstructor

#initialize

Instance Attribute Details

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



2
3
4
# File 'lib/audio_feed_manager/tags.rb', line 2

def artist
  @artist
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



2
3
4
# File 'lib/audio_feed_manager/tags.rb', line 2

def title
  @title
end

Class Method Details

.blankObject



5
6
7
# File 'lib/audio_feed_manager/tags.rb', line 5

def self.blank
  new
end