Class: Coat::Sayings::Saying
- Inherits:
-
Struct
- Object
- Struct
- Coat::Sayings::Saying
- Defined in:
- lib/coat/sayings.rb
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#source ⇒ Object
Returns the value of attribute source
8 9 10 |
# File 'lib/coat/sayings.rb', line 8 def source @source end |
#text ⇒ Object
Returns the value of attribute text
8 9 10 |
# File 'lib/coat/sayings.rb', line 8 def text @text end |