Class: Mxrb::Oql::Query
- Inherits:
-
Data
- Object
- Data
- Mxrb::Oql::Query
- Defined in:
- lib/mxrb/oql.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#oql ⇒ Object
readonly
Returns the value of attribute oql.
-
#parameters ⇒ Object
readonly
Returns the value of attribute parameters.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#qualified_name ⇒ Object
readonly
Returns the value of attribute qualified_name.
-
#source_type ⇒ Object
readonly
Returns the value of attribute source_type.
-
#unit_id ⇒ Object
readonly
Returns the value of attribute unit_id.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
7 8 9 |
# File 'lib/mxrb/oql.rb', line 7 def id @id end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
7 8 9 |
# File 'lib/mxrb/oql.rb', line 7 def kind @kind end |
#name ⇒ Object (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/mxrb/oql.rb', line 7 def name @name end |
#oql ⇒ Object (readonly)
Returns the value of attribute oql
7 8 9 |
# File 'lib/mxrb/oql.rb', line 7 def oql @oql end |
#parameters ⇒ Object (readonly)
Returns the value of attribute parameters
7 8 9 |
# File 'lib/mxrb/oql.rb', line 7 def parameters @parameters end |
#path ⇒ Object (readonly)
Returns the value of attribute path
7 8 9 |
# File 'lib/mxrb/oql.rb', line 7 def path @path end |
#qualified_name ⇒ Object (readonly)
Returns the value of attribute qualified_name
7 8 9 |
# File 'lib/mxrb/oql.rb', line 7 def qualified_name @qualified_name end |
#source_type ⇒ Object (readonly)
Returns the value of attribute source_type
7 8 9 |
# File 'lib/mxrb/oql.rb', line 7 def source_type @source_type end |
#unit_id ⇒ Object (readonly)
Returns the value of attribute unit_id
7 8 9 |
# File 'lib/mxrb/oql.rb', line 7 def unit_id @unit_id end |