Class: T::Private::Methods::Declaration
- Inherits:
-
Struct
- Object
- Struct
- T::Private::Methods::Declaration
- Defined in:
- lib/types/private/methods/decl_builder.rb
Instance Attribute Summary collapse
-
#bind ⇒ Object
Returns the value of attribute bind.
-
#checked ⇒ Object
Returns the value of attribute checked.
-
#finalized ⇒ Object
Returns the value of attribute finalized.
-
#mod ⇒ Object
Returns the value of attribute mod.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#on_failure ⇒ Object
Returns the value of attribute on_failure.
-
#override_allow_incompatible ⇒ Object
Returns the value of attribute override_allow_incompatible.
-
#params ⇒ Object
Returns the value of attribute params.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#returns ⇒ Object
Returns the value of attribute returns.
-
#type_parameters ⇒ Object
Returns the value of attribute type_parameters.
Instance Attribute Details
#bind ⇒ Object
Returns the value of attribute bind
5 6 7 |
# File 'lib/types/private/methods/decl_builder.rb', line 5 def bind @bind end |
#checked ⇒ Object
Returns the value of attribute checked
5 6 7 |
# File 'lib/types/private/methods/decl_builder.rb', line 5 def checked @checked end |
#finalized ⇒ Object
Returns the value of attribute finalized
5 6 7 |
# File 'lib/types/private/methods/decl_builder.rb', line 5 def finalized @finalized end |
#mod ⇒ Object
Returns the value of attribute mod
5 6 7 |
# File 'lib/types/private/methods/decl_builder.rb', line 5 def mod @mod end |
#mode ⇒ Object
Returns the value of attribute mode
5 6 7 |
# File 'lib/types/private/methods/decl_builder.rb', line 5 def mode @mode end |
#on_failure ⇒ Object
Returns the value of attribute on_failure
5 6 7 |
# File 'lib/types/private/methods/decl_builder.rb', line 5 def on_failure @on_failure end |
#override_allow_incompatible ⇒ Object
Returns the value of attribute override_allow_incompatible
5 6 7 |
# File 'lib/types/private/methods/decl_builder.rb', line 5 def override_allow_incompatible @override_allow_incompatible end |
#params ⇒ Object
Returns the value of attribute params
5 6 7 |
# File 'lib/types/private/methods/decl_builder.rb', line 5 def params @params end |
#raw ⇒ Object
Returns the value of attribute raw
5 6 7 |
# File 'lib/types/private/methods/decl_builder.rb', line 5 def raw @raw end |
#returns ⇒ Object
Returns the value of attribute returns
5 6 7 |
# File 'lib/types/private/methods/decl_builder.rb', line 5 def returns @returns end |
#type_parameters ⇒ Object
Returns the value of attribute type_parameters
5 6 7 |
# File 'lib/types/private/methods/decl_builder.rb', line 5 def type_parameters @type_parameters end |