Class: Model::Location
- Inherits:
-
Object
- Object
- Model::Location
- Includes:
- Answer
- Defined in:
- lib/models/location.rb
Instance Attribute Summary collapse
-
#query ⇒ Object
readonly
Returns the value of attribute query.
Instance Method Summary collapse
-
#initialize(node, repository) ⇒ Location
constructor
A new instance of Location.
- #name ⇒ Object
- #name=(value) ⇒ Object
Methods included from Answer
create, #question, #reply_type
Constructor Details
Instance Attribute Details
#query ⇒ Object (readonly)
Returns the value of attribute query.
5 6 7 |
# File 'lib/models/location.rb', line 5 def query @query end |