Class: PunyURL
- Inherits:
-
Object
- Object
- PunyURL
- Defined in:
- lib/puny.rb
Overview
PunyURL
Object that holds the different URLs available on a Puny response
Instance Attribute Summary collapse
-
#ascii ⇒ Object
Returns the value of attribute ascii.
-
#preview ⇒ Object
Returns the value of attribute preview.
-
#puny ⇒ Object
Returns the value of attribute puny.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#ascii ⇒ Object
Returns the value of attribute ascii.
13 14 15 |
# File 'lib/puny.rb', line 13 def ascii @ascii end |
#preview ⇒ Object
Returns the value of attribute preview.
13 14 15 |
# File 'lib/puny.rb', line 13 def preview @preview end |
#puny ⇒ Object
Returns the value of attribute puny.
13 14 15 |
# File 'lib/puny.rb', line 13 def puny @puny end |
#url ⇒ Object
Returns the value of attribute url.
13 14 15 |
# File 'lib/puny.rb', line 13 def url @url end |