Class: Meditation::Each_meditation

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

Instance Attribute Summary collapse

Instance Attribute Details

#lengthObject

Returns the value of attribute length.



2
3
4
# File 'lib/meditation/each_meditation.rb', line 2

def length
  @length
end

#streamObject

Returns the value of attribute stream.



2
3
4
# File 'lib/meditation/each_meditation.rb', line 2

def stream
  @stream
end

#teacherObject

Returns the value of attribute teacher.



2
3
4
# File 'lib/meditation/each_meditation.rb', line 2

def teacher
  @teacher
end

#titleObject

Returns the value of attribute title.



2
3
4
# File 'lib/meditation/each_meditation.rb', line 2

def title
  @title
end