Class: T::Private::Methods::DeclarationBlock
- Inherits:
-
Struct
- Object
- Struct
- T::Private::Methods::DeclarationBlock
- Defined in:
- lib/types/private/methods/_methods.rb
Instance Attribute Summary collapse
-
#blk ⇒ Object
Returns the value of attribute blk.
-
#final ⇒ Object
Returns the value of attribute final.
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#mod ⇒ Object
Returns the value of attribute mod.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
#blk ⇒ Object
Returns the value of attribute blk
32 33 34 |
# File 'lib/types/private/methods/_methods.rb', line 32 def blk @blk end |
#final ⇒ Object
Returns the value of attribute final
32 33 34 |
# File 'lib/types/private/methods/_methods.rb', line 32 def final @final end |
#loc ⇒ Object
Returns the value of attribute loc
32 33 34 |
# File 'lib/types/private/methods/_methods.rb', line 32 def loc @loc end |
#mod ⇒ Object
Returns the value of attribute mod
32 33 34 |
# File 'lib/types/private/methods/_methods.rb', line 32 def mod @mod end |
#raw ⇒ Object
Returns the value of attribute raw
32 33 34 |
# File 'lib/types/private/methods/_methods.rb', line 32 def raw @raw end |