Class: Peddler::APIs::MessagingV1::LinkObject
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MessagingV1::LinkObject
- Defined in:
- sig/peddler/apis/messaging_v1.rbs
Instance Attribute Summary collapse
-
#href ⇒ String
readonly
Returns the value of attribute href.
-
#name ⇒ String?
readonly
Returns the value of attribute name.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :href, :name ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MessagingV1::LinkObject
Instance Method Summary collapse
Instance Attribute Details
#href ⇒ String (readonly)
Returns the value of attribute href.
417 418 419 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 417 def href @href end |
#name ⇒ String? (readonly)
Returns the value of attribute name.
418 419 420 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 418 def name @name end |
Class Method Details
.[](href:, name:) ⇒ Peddler::APIs::MessagingV1::LinkObject .[](arg0, arg1) ⇒ Peddler::APIs::MessagingV1::LinkObject
410 411 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 410
def self.[]: (href: String, ?name: String?) -> Peddler::APIs::MessagingV1::LinkObject
| (String, String?) -> Peddler::APIs::MessagingV1::LinkObject
|
.members ⇒ [ :href, :name ]
413 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 413
def self.members: () -> [ :href, :name ]
|
.new(href:, name:) ⇒ Peddler::APIs::MessagingV1::LinkObject .new(arg0, arg1) ⇒ Peddler::APIs::MessagingV1::LinkObject
408 409 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 408
def self.new: (href: String, ?name: String?) -> Peddler::APIs::MessagingV1::LinkObject
| (String, String?) -> Peddler::APIs::MessagingV1::LinkObject
|
.parse ⇒ Peddler::APIs::MessagingV1::LinkObject
415 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 415
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MessagingV1::LinkObject
|
Instance Method Details
#members ⇒ [ :href, :name ]
420 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 420
def members: () -> [ :href, :name ]
|
#to_h ⇒ { href: String, name: String? }
421 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 421
def to_h: () -> { href: String, name: String? }
|