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