Class: TinyAdmin::Context
- Inherits:
-
Struct
- Object
- Struct
- TinyAdmin::Context
- Defined in:
- lib/tiny_admin/context.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#repository ⇒ Object
Returns the value of attribute repository.
-
#request ⇒ Object
Returns the value of attribute request.
-
#router ⇒ Object
Returns the value of attribute router.
-
#slug ⇒ Object
Returns the value of attribute slug.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
4 5 6 |
# File 'lib/tiny_admin/context.rb', line 4 def actions @actions end |
#reference ⇒ Object
Returns the value of attribute reference
4 5 6 |
# File 'lib/tiny_admin/context.rb', line 4 def reference @reference end |
#repository ⇒ Object
Returns the value of attribute repository
4 5 6 |
# File 'lib/tiny_admin/context.rb', line 4 def repository @repository end |
#request ⇒ Object
Returns the value of attribute request
4 5 6 |
# File 'lib/tiny_admin/context.rb', line 4 def request @request end |
#router ⇒ Object
Returns the value of attribute router
4 5 6 |
# File 'lib/tiny_admin/context.rb', line 4 def router @router end |
#slug ⇒ Object
Returns the value of attribute slug
4 5 6 |
# File 'lib/tiny_admin/context.rb', line 4 def slug @slug end |