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.
367 |
# File 'sig/types.rbs', line 367
def initialize: (?name: String, ?email: String, ?url: String) -> void
|
Instance Attribute Details
#email ⇒ String (readonly)
Returns the value of attribute email.
364 365 366 |
# File 'sig/types.rbs', line 364 def email @email end |
#name ⇒ String (readonly)
Returns the value of attribute name.
363 364 365 |
# File 'sig/types.rbs', line 363 def name @name end |
#url ⇒ String (readonly)
Returns the value of attribute url.
365 366 367 |
# File 'sig/types.rbs', line 365 def url @url end |