Class: Spikard::ContactInfo
- Inherits:
-
Object
- Object
- Spikard::ContactInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#email ⇒ String
readonly
Returns the value of attribute email.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#url ⇒ String
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ ContactInfo
constructor
A new instance of ContactInfo.
Constructor Details
#initialize ⇒ ContactInfo
Returns a new instance of ContactInfo.
387 |
# File 'sig/types.rbs', line 387
def initialize: (?name: String, ?email: String, ?url: String) -> void
|
Instance Attribute Details
#email ⇒ String (readonly)
Returns the value of attribute email.
384 385 386 |
# File 'sig/types.rbs', line 384 def email @email end |
#name ⇒ String (readonly)
Returns the value of attribute name.
383 384 385 |
# File 'sig/types.rbs', line 383 def name @name end |
#url ⇒ String (readonly)
Returns the value of attribute url.
385 386 387 |
# File 'sig/types.rbs', line 385 def url @url end |