Class: Location
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.
2 3 4 |
# File 'lib/models/location.rb', line 2 def query @query end |