Class: SagaForge::Dashboard::ContextPresenter::Node
- Inherits:
-
Struct
- Object
- Struct
- SagaForge::Dashboard::ContextPresenter::Node
- Defined in:
- app/presenters/saga_forge/dashboard/context_presenter.rb
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#key ⇒ Object
Returns the value of attribute key.
-
#preview ⇒ Object
Returns the value of attribute preview.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes
4 5 6 |
# File 'app/presenters/saga_forge/dashboard/context_presenter.rb', line 4 def bytes @bytes end |
#key ⇒ Object
Returns the value of attribute key
4 5 6 |
# File 'app/presenters/saga_forge/dashboard/context_presenter.rb', line 4 def key @key end |
#preview ⇒ Object
Returns the value of attribute preview
4 5 6 |
# File 'app/presenters/saga_forge/dashboard/context_presenter.rb', line 4 def preview @preview end |
#type ⇒ Object
Returns the value of attribute type
4 5 6 |
# File 'app/presenters/saga_forge/dashboard/context_presenter.rb', line 4 def type @type end |