Class: Coat::Sayings::Saying

Inherits:
Struct
  • Object
show all
Defined in:
lib/coat/sayings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



8
9
10
# File 'lib/coat/sayings.rb', line 8

def source
  @source
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



8
9
10
# File 'lib/coat/sayings.rb', line 8

def text
  @text
end