Class: Baykit::BayServer::Docker::BuiltIn::BuiltInCityDocker::MatchInfo
- Inherits:
-
Object
- Object
- Baykit::BayServer::Docker::BuiltIn::BuiltInCityDocker::MatchInfo
- Defined in:
- lib/baykit/bayserver/docker/built_in/built_in_city_docker.rb
Instance Attribute Summary collapse
-
#club_match ⇒ Object
Returns the value of attribute club_match.
-
#query_string ⇒ Object
Returns the value of attribute query_string.
-
#redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
-
#rewritten_uri ⇒ Object
Returns the value of attribute rewritten_uri.
-
#town ⇒ Object
Returns the value of attribute town.
Instance Attribute Details
#club_match ⇒ Object
Returns the value of attribute club_match.
39 40 41 |
# File 'lib/baykit/bayserver/docker/built_in/built_in_city_docker.rb', line 39 def club_match @club_match end |
#query_string ⇒ Object
Returns the value of attribute query_string.
40 41 42 |
# File 'lib/baykit/bayserver/docker/built_in/built_in_city_docker.rb', line 40 def query_string @query_string end |
#redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
41 42 43 |
# File 'lib/baykit/bayserver/docker/built_in/built_in_city_docker.rb', line 41 def redirect_uri @redirect_uri end |
#rewritten_uri ⇒ Object
Returns the value of attribute rewritten_uri.
42 43 44 |
# File 'lib/baykit/bayserver/docker/built_in/built_in_city_docker.rb', line 42 def rewritten_uri @rewritten_uri end |
#town ⇒ Object
Returns the value of attribute town.
38 39 40 |
# File 'lib/baykit/bayserver/docker/built_in/built_in_city_docker.rb', line 38 def town @town end |