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



32
33
34
# File 'lib/types/private/methods/_methods.rb', line 32

def blk
  @blk
end

#finalObject

Returns the value of attribute final

Returns:

  • (Object)

    the current value of final



32
33
34
# File 'lib/types/private/methods/_methods.rb', line 32

def final
  @final
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



32
33
34
# File 'lib/types/private/methods/_methods.rb', line 32

def loc
  @loc
end

#modObject

Returns the value of attribute mod

Returns:

  • (Object)

    the current value of mod



32
33
34
# File 'lib/types/private/methods/_methods.rb', line 32

def mod
  @mod
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



32
33
34
# File 'lib/types/private/methods/_methods.rb', line 32

def raw
  @raw
end