Class: Twinkit::Twink
- Inherits:
-
Struct
- Object
- Struct
- Twinkit::Twink
- Defined in:
- lib/twinkit.rb
Overview
create a Struct called Twink
Instance Attribute Summary collapse
-
#redir_url ⇒ Object
Returns the value of attribute redir_url.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#redir_url ⇒ Object
Returns the value of attribute redir_url
9 10 11 |
# File 'lib/twinkit.rb', line 9 def redir_url @redir_url end |
#title ⇒ Object
Returns the value of attribute title
9 10 11 |
# File 'lib/twinkit.rb', line 9 def title @title end |
#url ⇒ Object
Returns the value of attribute url
9 10 11 |
# File 'lib/twinkit.rb', line 9 def url @url end |