Class: Karst::Web::Badge::Context
- Inherits:
-
Struct
- Object
- Struct
- Karst::Web::Badge::Context
- Defined in:
- lib/karst/web/badge.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#controller ⇒ Object
Returns the value of attribute controller.
-
#http_method ⇒ Object
Returns the value of attribute http_method.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
27 28 29 |
# File 'lib/karst/web/badge.rb', line 27 def action @action end |
#controller ⇒ Object
Returns the value of attribute controller
27 28 29 |
# File 'lib/karst/web/badge.rb', line 27 def controller @controller end |
#http_method ⇒ Object
Returns the value of attribute http_method
27 28 29 |
# File 'lib/karst/web/badge.rb', line 27 def http_method @http_method end |
#path ⇒ Object
Returns the value of attribute path
27 28 29 |
# File 'lib/karst/web/badge.rb', line 27 def path @path end |