Class: SagaForge::Dashboard::ContextPresenter::Node

Inherits:
Struct
  • Object
show all
Defined in:
app/presenters/saga_forge/dashboard/context_presenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



4
5
6
# File 'app/presenters/saga_forge/dashboard/context_presenter.rb', line 4

def bytes
  @bytes
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



4
5
6
# File 'app/presenters/saga_forge/dashboard/context_presenter.rb', line 4

def key
  @key
end

#previewObject

Returns the value of attribute preview

Returns:

  • (Object)

    the current value of preview



4
5
6
# File 'app/presenters/saga_forge/dashboard/context_presenter.rb', line 4

def preview
  @preview
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'app/presenters/saga_forge/dashboard/context_presenter.rb', line 4

def type
  @type
end