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



30
31
32
# File 'lib/types/private/methods/_methods.rb', line 30

def blk
  @blk
end

#finalObject

Returns the value of attribute final

Returns:

  • (Object)

    the current value of final



30
31
32
# File 'lib/types/private/methods/_methods.rb', line 30

def final
  @final
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



30
31
32
# File 'lib/types/private/methods/_methods.rb', line 30

def loc
  @loc
end

#modObject

Returns the value of attribute mod

Returns:

  • (Object)

    the current value of mod



30
31
32
# File 'lib/types/private/methods/_methods.rb', line 30

def mod
  @mod
end