Class: Jade::Symbol::ImplementationTemplate
- Inherits:
-
Data
- Object
- Data
- Jade::Symbol::ImplementationTemplate
- Includes:
- Base
- Defined in:
- lib/jade/symbol/implementation_template.rb
Instance Attribute Summary collapse
-
#constraints ⇒ Object
readonly
Returns the value of attribute constraints.
-
#functions ⇒ Object
readonly
Returns the value of attribute functions.
-
#interface ⇒ Object
readonly
Returns the value of attribute interface.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#type_params ⇒ Object
readonly
Returns the value of attribute type_params.
Method Summary
Methods included from Base
#constructor_refs, #qualified_name
Instance Attribute Details
#constraints ⇒ Object (readonly)
Returns the value of attribute constraints
3 4 5 |
# File 'lib/jade/symbol/implementation_template.rb', line 3 def constraints @constraints end |
#functions ⇒ Object (readonly)
Returns the value of attribute functions
3 4 5 |
# File 'lib/jade/symbol/implementation_template.rb', line 3 def functions @functions end |
#interface ⇒ Object (readonly)
Returns the value of attribute interface
3 4 5 |
# File 'lib/jade/symbol/implementation_template.rb', line 3 def interface @interface end |
#type ⇒ Object (readonly)
Returns the value of attribute type
3 4 5 |
# File 'lib/jade/symbol/implementation_template.rb', line 3 def type @type end |
#type_params ⇒ Object (readonly)
Returns the value of attribute type_params
3 4 5 |
# File 'lib/jade/symbol/implementation_template.rb', line 3 def type_params @type_params end |