Class: Spikard::ServerInfo
- Inherits:
-
Object
- Object
- Spikard::ServerInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#description ⇒ String
readonly
Returns the value of attribute description.
-
#url ⇒ String
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ ServerInfo
constructor
A new instance of ServerInfo.
Constructor Details
#initialize ⇒ ServerInfo
Returns a new instance of ServerInfo.
401 |
# File 'sig/types.rbs', line 401
def initialize: (url: String, ?description: String) -> void
|
Instance Attribute Details
#description ⇒ String (readonly)
Returns the value of attribute description.
399 400 401 |
# File 'sig/types.rbs', line 399 def description @description end |
#url ⇒ String (readonly)
Returns the value of attribute url.
398 399 400 |
# File 'sig/types.rbs', line 398 def url @url end |