Class: Gag
- Inherits:
-
Object
- Object
- Gag
- Defined in:
- bin/gag
Instance Attribute Summary collapse
-
#adjusted_position ⇒ Object
Returns the value of attribute adjusted_position.
-
#context ⇒ Object
Returns the value of attribute context.
-
#inserted_base ⇒ Object
Returns the value of attribute inserted_base.
-
#position ⇒ Object
Returns the value of attribute position.
-
#ref_name ⇒ Object
Returns the value of attribute ref_name.
Instance Attribute Details
#adjusted_position ⇒ Object
Returns the value of attribute adjusted_position.
146 147 148 |
# File 'bin/gag', line 146 def adjusted_position @adjusted_position end |
#context ⇒ Object
Returns the value of attribute context.
146 147 148 |
# File 'bin/gag', line 146 def context @context end |
#inserted_base ⇒ Object
Returns the value of attribute inserted_base.
146 147 148 |
# File 'bin/gag', line 146 def inserted_base @inserted_base end |
#position ⇒ Object
Returns the value of attribute position.
146 147 148 |
# File 'bin/gag', line 146 def position @position end |
#ref_name ⇒ Object
Returns the value of attribute ref_name.
146 147 148 |
# File 'bin/gag', line 146 def ref_name @ref_name end |