Class: RhetButler::Web::QrDisplayApp::QRItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/rhet-butler/web/qr-display-app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#presenter_urlObject

Returns the value of attribute presenter_url

Returns:

  • (Object)

    the current value of presenter_url



14
15
16
# File 'lib/rhet-butler/web/qr-display-app.rb', line 14

def presenter_url
  @presenter_url
end

#qrObject

Returns the value of attribute qr

Returns:

  • (Object)

    the current value of qr



14
15
16
# File 'lib/rhet-butler/web/qr-display-app.rb', line 14

def qr
  @qr
end

#view_urlObject

Returns the value of attribute view_url

Returns:

  • (Object)

    the current value of view_url



14
15
16
# File 'lib/rhet-butler/web/qr-display-app.rb', line 14

def view_url
  @view_url
end