Class: Shugoi::ShieldPage::Input
- Inherits:
-
Struct
- Object
- Struct
- Shugoi::ShieldPage::Input
- Defined in:
- lib/shugoi/shield_page.rb
Instance Attribute Summary collapse
-
#badge ⇒ Object
Returns the value of attribute badge.
-
#host ⇒ Object
Returns the value of attribute host.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#message ⇒ Object
Returns the value of attribute message.
-
#remaining_seconds ⇒ Object
Returns the value of attribute remaining_seconds.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#badge ⇒ Object
Returns the value of attribute badge
3 4 5 |
# File 'lib/shugoi/shield_page.rb', line 3 def badge @badge end |
#host ⇒ Object
Returns the value of attribute host
3 4 5 |
# File 'lib/shugoi/shield_page.rb', line 3 def host @host end |
#locale ⇒ Object
Returns the value of attribute locale
3 4 5 |
# File 'lib/shugoi/shield_page.rb', line 3 def locale @locale end |
#message ⇒ Object
Returns the value of attribute message
3 4 5 |
# File 'lib/shugoi/shield_page.rb', line 3 def @message end |
#remaining_seconds ⇒ Object
Returns the value of attribute remaining_seconds
3 4 5 |
# File 'lib/shugoi/shield_page.rb', line 3 def remaining_seconds @remaining_seconds end |
#title ⇒ Object
Returns the value of attribute title
3 4 5 |
# File 'lib/shugoi/shield_page.rb', line 3 def title @title end |