Class: UiHelpers::Widget

Inherits:
Element show all
Defined in:
lib/ui_helpers/elements/widget.rb

Direct Known Subclasses

Button, Flash, Shadow, WidgetContent

Instance Attribute Summary collapse

Attributes inherited from Element

#html_options

Method Summary

Methods inherited from Element

#capture, #classes, #classes=, #initialize, #style=, #tag, #with_html_options

Constructor Details

This class inherits a constructor from UiHelpers::Element

Instance Attribute Details

#cornerObject

Returns the value of attribute corner.



4
5
6
# File 'lib/ui_helpers/elements/widget.rb', line 4

def corner
  @corner
end

#stateObject

Returns the value of attribute state.



4
5
6
# File 'lib/ui_helpers/elements/widget.rb', line 4

def state
  @state
end