Class: FCB

Inherits:
Struct show all
Defined in:
lib/collapser.rb

Overview

Updated FCB struct with an id for testing

Instance Attribute Summary collapse

Instance Attribute Details

#collapseObject

Returns the value of attribute collapse

Returns:

  • (Object)

    the current value of collapse



140
141
142
# File 'lib/collapser.rb', line 140

def collapse
  @collapse
end

#collapsibleObject

Returns the value of attribute collapsible

Returns:

  • (Object)

    the current value of collapsible



140
141
142
# File 'lib/collapser.rb', line 140

def collapsible
  @collapsible
end

#hideObject

Returns the value of attribute hide

Returns:

  • (Object)

    the current value of hide



140
141
142
# File 'lib/collapser.rb', line 140

def hide
  @hide
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



140
141
142
# File 'lib/collapser.rb', line 140

def id
  @id
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



140
141
142
# File 'lib/collapser.rb', line 140

def level
  @level
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



140
141
142
# File 'lib/collapser.rb', line 140

def token
  @token
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



140
141
142
# File 'lib/collapser.rb', line 140

def type
  @type
end