Class: T::Private::Methods::DeclarationBlock

Inherits:
Struct
  • Object
show all
Defined in:
lib/types/private/methods/_methods.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blkObject

Returns the value of attribute blk

Returns:

  • (Object)

    the current value of blk



13
14
15
# File 'lib/types/private/methods/_methods.rb', line 13

def blk
  @blk
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



13
14
15
# File 'lib/types/private/methods/_methods.rb', line 13

def loc
  @loc
end

#modObject

Returns the value of attribute mod

Returns:

  • (Object)

    the current value of mod



13
14
15
# File 'lib/types/private/methods/_methods.rb', line 13

def mod
  @mod
end