Class: Spikard::ServerInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeServerInfo

Returns a new instance of ServerInfo.

Parameters:

  • url: (String)
  • description: (String)


401
# File 'sig/types.rbs', line 401

def initialize: (url: String, ?description: String) -> void

Instance Attribute Details

#descriptionString (readonly)

Returns the value of attribute description.

Returns:

  • (String)


399
400
401
# File 'sig/types.rbs', line 399

def description
  @description
end

#urlString (readonly)

Returns the value of attribute url.

Returns:

  • (String)


398
399
400
# File 'sig/types.rbs', line 398

def url
  @url
end