Class: Twinkit::Twink

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

Overview

create a Struct called Twink

Instance Attribute Summary collapse

Instance Attribute Details

#redir_urlObject

Returns the value of attribute redir_url

Returns:

  • (Object)

    the current value of redir_url



9
10
11
# File 'lib/twinkit.rb', line 9

def redir_url
  @redir_url
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/twinkit.rb', line 9

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



9
10
11
# File 'lib/twinkit.rb', line 9

def url
  @url
end