Class: MilkTea::ImportedBindings::Generator::MethodSource
- Inherits:
-
Data
- Object
- Data
- MilkTea::ImportedBindings::Generator::MethodSource
- Defined in:
- lib/milk_tea/bindings/imported_bindings.rb
Instance Attribute Summary collapse
-
#function_order ⇒ Object
readonly
Returns the value of attribute function_order.
-
#functions ⇒ Object
readonly
Returns the value of attribute functions.
-
#import_alias ⇒ Object
readonly
Returns the value of attribute import_alias.
-
#import_specs ⇒ Object
readonly
Returns the value of attribute import_specs.
-
#imports_by_alias ⇒ Object
readonly
Returns the value of attribute imports_by_alias.
-
#module_kind ⇒ Object
readonly
Returns the value of attribute module_kind.
-
#module_name ⇒ Object
readonly
Returns the value of attribute module_name.
-
#module_path ⇒ Object
readonly
Returns the value of attribute module_path.
-
#public_type_names ⇒ Object
readonly
Returns the value of attribute public_type_names.
Instance Attribute Details
#function_order ⇒ Object (readonly)
Returns the value of attribute function_order
137 138 139 |
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137 def function_order @function_order end |
#functions ⇒ Object (readonly)
Returns the value of attribute functions
137 138 139 |
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137 def functions @functions end |
#import_alias ⇒ Object (readonly)
Returns the value of attribute import_alias
137 138 139 |
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137 def import_alias @import_alias end |
#import_specs ⇒ Object (readonly)
Returns the value of attribute import_specs
137 138 139 |
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137 def import_specs @import_specs end |
#imports_by_alias ⇒ Object (readonly)
Returns the value of attribute imports_by_alias
137 138 139 |
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137 def imports_by_alias @imports_by_alias end |
#module_kind ⇒ Object (readonly)
Returns the value of attribute module_kind
137 138 139 |
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137 def module_kind @module_kind end |
#module_name ⇒ Object (readonly)
Returns the value of attribute module_name
137 138 139 |
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137 def module_name @module_name end |
#module_path ⇒ Object (readonly)
Returns the value of attribute module_path
137 138 139 |
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137 def module_path @module_path end |
#public_type_names ⇒ Object (readonly)
Returns the value of attribute public_type_names
137 138 139 |
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137 def public_type_names @public_type_names end |