Class: Card::Reference::NestParser::Nest
- Inherits:
-
Struct
- Object
- Struct
- Card::Reference::NestParser::Nest
- Defined in:
- lib/card/reference/nest_parser.rb
Instance Attribute Summary collapse
-
#field? ⇒ Object
Returns the value of attribute field?.
-
#item_options ⇒ Object
Returns the value of attribute item_options.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#view ⇒ Object
Returns the value of attribute view.
Instance Attribute Details
#field? ⇒ Object
Returns the value of attribute field?
10 11 12 |
# File 'lib/card/reference/nest_parser.rb', line 10
def field?
@field?
end
|
#item_options ⇒ Object
Returns the value of attribute item_options
10 11 12 |
# File 'lib/card/reference/nest_parser.rb', line 10 def @item_options end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/card/reference/nest_parser.rb', line 10 def name @name end |
#options ⇒ Object
Returns the value of attribute options
10 11 12 |
# File 'lib/card/reference/nest_parser.rb', line 10 def @options end |
#raw ⇒ Object
Returns the value of attribute raw
10 11 12 |
# File 'lib/card/reference/nest_parser.rb', line 10 def raw @raw end |
#view ⇒ Object
Returns the value of attribute view
10 11 12 |
# File 'lib/card/reference/nest_parser.rb', line 10 def view @view end |