Class: Vogue::Dropdowns

Inherits:
Object
  • Object
show all
Defined in:
lib/vogue/dropdowns.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(template) ⇒ Dropdowns

Returns a new instance of Dropdowns.



5
6
7
# File 'lib/vogue/dropdowns.rb', line 5

def initialize(template)
  @template = template
end

Instance Attribute Details

#templateObject (readonly)

Returns the value of attribute template.



3
4
5
# File 'lib/vogue/dropdowns.rb', line 3

def template
  @template
end