Class: Card::Reference::NestParser::Nest

Inherits:
Struct
  • Object
show all
Defined in:
lib/card/reference/nest_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#field?Object

Returns the value of attribute field?

Returns:

  • (Object)

    the current value of field?


10
11
12
# File 'lib/card/reference/nest_parser.rb', line 10

def field?
  @field?
end

#item_optionsObject

Returns the value of attribute item_options

Returns:

  • (Object)

    the current value of item_options


10
11
12
# File 'lib/card/reference/nest_parser.rb', line 10

def item_options
  @item_options
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name


10
11
12
# File 'lib/card/reference/nest_parser.rb', line 10

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options


10
11
12
# File 'lib/card/reference/nest_parser.rb', line 10

def options
  @options
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw


10
11
12
# File 'lib/card/reference/nest_parser.rb', line 10

def raw
  @raw
end

#viewObject

Returns the value of attribute view

Returns:

  • (Object)

    the current value of view


10
11
12
# File 'lib/card/reference/nest_parser.rb', line 10

def view
  @view
end