Class: Dms::Tier1::DecoratorCall
- Inherits:
-
Struct
- Object
- Struct
- Dms::Tier1::DecoratorCall
- Defined in:
- lib/dms/tier1.rb
Overview
family: String (canonical family name, “” if unresolved) fn_name: String (post-alias-resolution function name) ns: String or nil position: :leading, :inner, :trailing, :floating params: Array of ParamGroup params_dec: Array (always empty in this implementation) sigil: String (the literal sigil string)
Instance Attribute Summary collapse
-
#call_style ⇒ Object
Returns the value of attribute call_style.
-
#family ⇒ Object
Returns the value of attribute family.
-
#fn_name ⇒ Object
Returns the value of attribute fn_name.
-
#ns ⇒ Object
Returns the value of attribute ns.
-
#params ⇒ Object
Returns the value of attribute params.
-
#params_dec ⇒ Object
Returns the value of attribute params_dec.
-
#position ⇒ Object
Returns the value of attribute position.
-
#sigil ⇒ Object
Returns the value of attribute sigil.
Instance Attribute Details
#call_style ⇒ Object
Returns the value of attribute call_style
220 221 222 |
# File 'lib/dms/tier1.rb', line 220 def call_style @call_style end |
#family ⇒ Object
Returns the value of attribute family
220 221 222 |
# File 'lib/dms/tier1.rb', line 220 def family @family end |
#fn_name ⇒ Object
Returns the value of attribute fn_name
220 221 222 |
# File 'lib/dms/tier1.rb', line 220 def fn_name @fn_name end |
#ns ⇒ Object
Returns the value of attribute ns
220 221 222 |
# File 'lib/dms/tier1.rb', line 220 def ns @ns end |
#params ⇒ Object
Returns the value of attribute params
220 221 222 |
# File 'lib/dms/tier1.rb', line 220 def params @params end |
#params_dec ⇒ Object
Returns the value of attribute params_dec
220 221 222 |
# File 'lib/dms/tier1.rb', line 220 def params_dec @params_dec end |
#position ⇒ Object
Returns the value of attribute position
220 221 222 |
# File 'lib/dms/tier1.rb', line 220 def position @position end |
#sigil ⇒ Object
Returns the value of attribute sigil
220 221 222 |
# File 'lib/dms/tier1.rb', line 220 def sigil @sigil end |