Class: Warrant::QueryResult
- Inherits:
-
Object
- Object
- Warrant::QueryResult
- Defined in:
- lib/warrant/models/query_result.rb
Instance Attribute Summary collapse
-
#is_implicit ⇒ Object
Returns the value of attribute is_implicit.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#object_id ⇒ Object
Returns the value of attribute object_id.
-
#object_type ⇒ Object
Returns the value of attribute object_type.
-
#warrant ⇒ Object
Returns the value of attribute warrant.
Instance Attribute Details
#is_implicit ⇒ Object
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 |
#meta ⇒ Object
Returns the value of attribute meta.
5 6 7 |
# File 'lib/warrant/models/query_result.rb', line 5 def @meta end |
#object_id ⇒ Object
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_type ⇒ Object
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 |
#warrant ⇒ Object
Returns the value of attribute warrant.
5 6 7 |
# File 'lib/warrant/models/query_result.rb', line 5 def warrant @warrant end |