Class: Urban::Dictionary::Entry
- Inherits:
-
Struct
- Object
- Struct
- Urban::Dictionary::Entry
- Defined in:
- lib/urban/dictionary.rb
Instance Attribute Summary collapse
-
#definitions ⇒ Object
Returns the value of attribute definitions.
-
#phrase ⇒ Object
Returns the value of attribute phrase.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#definitions ⇒ Object
Returns the value of attribute definitions
6 7 8 |
# File 'lib/urban/dictionary.rb', line 6 def definitions @definitions end |
#phrase ⇒ Object
Returns the value of attribute phrase
6 7 8 |
# File 'lib/urban/dictionary.rb', line 6 def phrase @phrase end |
#url ⇒ Object
Returns the value of attribute url
6 7 8 |
# File 'lib/urban/dictionary.rb', line 6 def url @url end |