Class: FCB
Overview
Updated FCB struct with an id for testing
Instance Attribute Summary collapse
-
#collapse ⇒ Object
Returns the value of attribute collapse.
-
#collapsible ⇒ Object
Returns the value of attribute collapsible.
-
#hide ⇒ Object
Returns the value of attribute hide.
-
#id ⇒ Object
Returns the value of attribute id.
-
#level ⇒ Object
Returns the value of attribute level.
-
#token ⇒ Object
Returns the value of attribute token.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#collapse ⇒ Object
Returns the value of attribute collapse
140 141 142 |
# File 'lib/collapser.rb', line 140 def collapse @collapse end |
#collapsible ⇒ Object
Returns the value of attribute collapsible
140 141 142 |
# File 'lib/collapser.rb', line 140 def collapsible @collapsible end |
#hide ⇒ Object
Returns the value of attribute hide
140 141 142 |
# File 'lib/collapser.rb', line 140 def hide @hide end |
#id ⇒ Object
Returns the value of attribute id
140 141 142 |
# File 'lib/collapser.rb', line 140 def id @id end |
#level ⇒ Object
Returns the value of attribute level
140 141 142 |
# File 'lib/collapser.rb', line 140 def level @level end |
#token ⇒ Object
Returns the value of attribute token
140 141 142 |
# File 'lib/collapser.rb', line 140 def token @token end |
#type ⇒ Object
Returns the value of attribute type
140 141 142 |
# File 'lib/collapser.rb', line 140 def type @type end |