Class: RubyUIConverter::Nodes::Doctype
- Defined in:
- lib/ruby_ui_converter/nodes.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value:) ⇒ Doctype
constructor
A new instance of Doctype.
Constructor Details
#initialize(value:) ⇒ Doctype
Returns a new instance of Doctype.
101 102 103 |
# File 'lib/ruby_ui_converter/nodes.rb', line 101 def initialize(value:) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
99 100 101 |
# File 'lib/ruby_ui_converter/nodes.rb', line 99 def value @value end |