Class: Undercase::ApplicationHelper::Dropdown

Inherits:
Struct
  • Object
show all
Defined in:
app/helpers/undercase/application_helper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentsObject

Returns the value of attribute contents

Returns:

  • (Object)

    the current value of contents



3
4
5
# File 'app/helpers/undercase/application_helper.rb', line 3

def contents
  @contents
end

Returns the value of attribute link_text

Returns:

  • (Object)

    the current value of link_text



3
4
5
# File 'app/helpers/undercase/application_helper.rb', line 3

def link_text
  @link_text
end

#placementObject

Returns the value of attribute placement

Returns:

  • (Object)

    the current value of placement



3
4
5
# File 'app/helpers/undercase/application_helper.rb', line 3

def placement
  @placement
end