Class: Mxrb::Oql::Query

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/oql.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/mxrb/oql.rb', line 7

def id
  @id
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



7
8
9
# File 'lib/mxrb/oql.rb', line 7

def kind
  @kind
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/mxrb/oql.rb', line 7

def name
  @name
end

#oqlObject (readonly)

Returns the value of attribute oql

Returns:

  • (Object)

    the current value of oql



7
8
9
# File 'lib/mxrb/oql.rb', line 7

def oql
  @oql
end

#parametersObject (readonly)

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



7
8
9
# File 'lib/mxrb/oql.rb', line 7

def parameters
  @parameters
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



7
8
9
# File 'lib/mxrb/oql.rb', line 7

def path
  @path
end

#qualified_nameObject (readonly)

Returns the value of attribute qualified_name

Returns:

  • (Object)

    the current value of qualified_name



7
8
9
# File 'lib/mxrb/oql.rb', line 7

def qualified_name
  @qualified_name
end

#source_typeObject (readonly)

Returns the value of attribute source_type

Returns:

  • (Object)

    the current value of source_type



7
8
9
# File 'lib/mxrb/oql.rb', line 7

def source_type
  @source_type
end

#unit_idObject (readonly)

Returns the value of attribute unit_id

Returns:

  • (Object)

    the current value of unit_id



7
8
9
# File 'lib/mxrb/oql.rb', line 7

def unit_id
  @unit_id
end