Class: T::Private::Methods::Declaration

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

Instance Attribute Summary collapse

Instance Attribute Details

#bindObject

Returns the value of attribute bind

Returns:

  • (Object)

    the current value of bind



5
6
7
# File 'lib/types/private/methods/decl_builder.rb', line 5

def bind
  @bind
end

#checkedObject

Returns the value of attribute checked

Returns:

  • (Object)

    the current value of checked



5
6
7
# File 'lib/types/private/methods/decl_builder.rb', line 5

def checked
  @checked
end

#finalizedObject

Returns the value of attribute finalized

Returns:

  • (Object)

    the current value of finalized



5
6
7
# File 'lib/types/private/methods/decl_builder.rb', line 5

def finalized
  @finalized
end

#generatedObject

Returns the value of attribute generated

Returns:

  • (Object)

    the current value of generated



5
6
7
# File 'lib/types/private/methods/decl_builder.rb', line 5

def generated
  @generated
end

#modObject

Returns the value of attribute mod

Returns:

  • (Object)

    the current value of mod



5
6
7
# File 'lib/types/private/methods/decl_builder.rb', line 5

def mod
  @mod
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



5
6
7
# File 'lib/types/private/methods/decl_builder.rb', line 5

def mode
  @mode
end

#override_allow_incompatibleObject

Returns the value of attribute override_allow_incompatible

Returns:

  • (Object)

    the current value of override_allow_incompatible



5
6
7
# File 'lib/types/private/methods/decl_builder.rb', line 5

def override_allow_incompatible
  @override_allow_incompatible
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



5
6
7
# File 'lib/types/private/methods/decl_builder.rb', line 5

def params
  @params
end

#returnsObject

Returns the value of attribute returns

Returns:

  • (Object)

    the current value of returns



5
6
7
# File 'lib/types/private/methods/decl_builder.rb', line 5

def returns
  @returns
end

#soft_notifyObject

Returns the value of attribute soft_notify

Returns:

  • (Object)

    the current value of soft_notify



5
6
7
# File 'lib/types/private/methods/decl_builder.rb', line 5

def soft_notify
  @soft_notify
end

#type_parametersObject

Returns the value of attribute type_parameters

Returns:

  • (Object)

    the current value of type_parameters



5
6
7
# File 'lib/types/private/methods/decl_builder.rb', line 5

def type_parameters
  @type_parameters
end