Class: BitPlayer::Navigator::RenderOptions

Inherits:
Struct
  • Object
show all
Defined in:
app/models/bit_player/navigator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_contextObject

Returns the value of attribute app_context

Returns:

  • (Object)

    the current value of app_context



6
7
8
# File 'app/models/bit_player/navigator.rb', line 6

def app_context
  @app_context
end

#participantObject

Returns the value of attribute participant

Returns:

  • (Object)

    the current value of participant



6
7
8
# File 'app/models/bit_player/navigator.rb', line 6

def participant
  @participant
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



6
7
8
# File 'app/models/bit_player/navigator.rb', line 6

def position
  @position
end

#view_contextObject

Returns the value of attribute view_context

Returns:

  • (Object)

    the current value of view_context



6
7
8
# File 'app/models/bit_player/navigator.rb', line 6

def view_context
  @view_context
end