Class: Shugoi::ShieldPage::Input

Inherits:
Struct
  • Object
show all
Defined in:
lib/shugoi/shield_page.rb

Instance Attribute Summary collapse

Instance Attribute Details

#badgeObject

Returns the value of attribute badge

Returns:

  • (Object)

    the current value of badge



3
4
5
# File 'lib/shugoi/shield_page.rb', line 3

def badge
  @badge
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



3
4
5
# File 'lib/shugoi/shield_page.rb', line 3

def host
  @host
end

#localeObject

Returns the value of attribute locale

Returns:

  • (Object)

    the current value of locale



3
4
5
# File 'lib/shugoi/shield_page.rb', line 3

def locale
  @locale
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



3
4
5
# File 'lib/shugoi/shield_page.rb', line 3

def message
  @message
end

#remaining_secondsObject

Returns the value of attribute remaining_seconds

Returns:

  • (Object)

    the current value of remaining_seconds



3
4
5
# File 'lib/shugoi/shield_page.rb', line 3

def remaining_seconds
  @remaining_seconds
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



3
4
5
# File 'lib/shugoi/shield_page.rb', line 3

def title
  @title
end