Class: MetaRuby::GUI::HTML::Collection::Element
- Inherits:
-
Struct
- Object
- Struct
- MetaRuby::GUI::HTML::Collection::Element
- Defined in:
- lib/metaruby/gui/html/collection.rb
Overview
Representation of an element in the collection
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#format ⇒ Object
Returns the value of attribute format.
-
#object ⇒ Object
Returns the value of attribute object.
-
#rendering_options ⇒ Object
Returns the value of attribute rendering_options.
-
#text ⇒ Object
Returns the value of attribute text.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
23 24 25 |
# File 'lib/metaruby/gui/html/collection.rb', line 23 def attributes @attributes end |
#format ⇒ Object
Returns the value of attribute format
23 24 25 |
# File 'lib/metaruby/gui/html/collection.rb', line 23 def format @format end |
#object ⇒ Object
Returns the value of attribute object
23 24 25 |
# File 'lib/metaruby/gui/html/collection.rb', line 23 def object @object end |
#rendering_options ⇒ Object
Returns the value of attribute rendering_options
23 24 25 |
# File 'lib/metaruby/gui/html/collection.rb', line 23 def end |
#text ⇒ Object
Returns the value of attribute text
23 24 25 |
# File 'lib/metaruby/gui/html/collection.rb', line 23 def text @text end |
#url ⇒ Object
Returns the value of attribute url
23 24 25 |
# File 'lib/metaruby/gui/html/collection.rb', line 23 def url @url end |