Class: RhetButler::Web::QrDisplayApp::QRItem
- Inherits:
-
Struct
- Object
- Struct
- RhetButler::Web::QrDisplayApp::QRItem
- Defined in:
- lib/rhet-butler/web/qr-display-app.rb
Instance Attribute Summary collapse
-
#presenter_url ⇒ Object
Returns the value of attribute presenter_url.
-
#qr ⇒ Object
Returns the value of attribute qr.
-
#view_url ⇒ Object
Returns the value of attribute view_url.
Instance Attribute Details
#presenter_url ⇒ Object
Returns the value of attribute presenter_url
14 15 16 |
# File 'lib/rhet-butler/web/qr-display-app.rb', line 14 def presenter_url @presenter_url end |
#qr ⇒ Object
Returns the value of attribute qr
14 15 16 |
# File 'lib/rhet-butler/web/qr-display-app.rb', line 14 def qr @qr end |
#view_url ⇒ Object
Returns the value of attribute view_url
14 15 16 |
# File 'lib/rhet-butler/web/qr-display-app.rb', line 14 def view_url @view_url end |