Class: Warrant::QueryResult

Inherits:
Object
  • Object
show all
Defined in:
lib/warrant/models/query_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#is_implicitObject

Returns the value of attribute is_implicit.



5
6
7
# File 'lib/warrant/models/query_result.rb', line 5

def is_implicit
  @is_implicit
end

#metaObject

Returns the value of attribute meta.



5
6
7
# File 'lib/warrant/models/query_result.rb', line 5

def meta
  @meta
end

#object_idObject

Returns the value of attribute object_id.



5
6
7
# File 'lib/warrant/models/query_result.rb', line 5

def object_id
  @object_id
end

#object_typeObject

Returns the value of attribute object_type.



5
6
7
# File 'lib/warrant/models/query_result.rb', line 5

def object_type
  @object_type
end

#warrantObject

Returns the value of attribute warrant.



5
6
7
# File 'lib/warrant/models/query_result.rb', line 5

def warrant
  @warrant
end