Class: SPQR::ArgMeta
- Inherits:
-
Struct
- Object
- Struct
- SPQR::ArgMeta
- Defined in:
- lib/spqr/manageable.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(*a) ⇒ ArgMeta
constructor
A new instance of ArgMeta.
Constructor Details
#initialize(*a) ⇒ ArgMeta
106 107 108 109 |
# File 'lib/spqr/manageable.rb', line 106 def initialize(*a) super *a self. = (({} unless self.) or self..dup) end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
105 106 107 |
# File 'lib/spqr/manageable.rb', line 105 def description @description end |
#direction ⇒ Object
Returns the value of attribute direction
105 106 107 |
# File 'lib/spqr/manageable.rb', line 105 def direction @direction end |
#kind ⇒ Object
Returns the value of attribute kind
105 106 107 |
# File 'lib/spqr/manageable.rb', line 105 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
105 106 107 |
# File 'lib/spqr/manageable.rb', line 105 def name @name end |
#options ⇒ Object
Returns the value of attribute options
105 106 107 |
# File 'lib/spqr/manageable.rb', line 105 def end |