Class: Spaceship::StatsMiddleware::ServiceOption
- Inherits:
-
Struct
- Object
- Struct
- Spaceship::StatsMiddleware::ServiceOption
- Defined in:
- spaceship/lib/spaceship/stats_middleware.rb
Instance Attribute Summary collapse
-
#auth_type ⇒ Object
Returns the value of attribute auth_type.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#auth_type ⇒ Object
Returns the value of attribute auth_type
7 8 9 |
# File 'spaceship/lib/spaceship/stats_middleware.rb', line 7 def auth_type @auth_type end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'spaceship/lib/spaceship/stats_middleware.rb', line 7 def name @name end |
#url ⇒ Object
Returns the value of attribute url
7 8 9 |
# File 'spaceship/lib/spaceship/stats_middleware.rb', line 7 def url @url end |