Class: Peddler::APIs::Invoices20240619::TransactionIdentifier
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Invoices20240619::TransactionIdentifier
- Defined in:
- sig/peddler/apis/invoices_2024_06_19.rbs
Instance Attribute Summary collapse
-
#id ⇒ String?
readonly
Returns the value of attribute id.
-
#name ⇒ String?
readonly
Returns the value of attribute name.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :id, :name ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Invoices20240619::TransactionIdentifier
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ String? (readonly)
Returns the value of attribute id.
397 398 399 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 397 def id @id end |
#name ⇒ String? (readonly)
Returns the value of attribute name.
398 399 400 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 398 def name @name end |
Class Method Details
.[](id:, name:) ⇒ Peddler::APIs::Invoices20240619::TransactionIdentifier .[](arg0, arg1) ⇒ Peddler::APIs::Invoices20240619::TransactionIdentifier
390 391 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 390
def self.[]: (?id: String?, ?name: String?) -> Peddler::APIs::Invoices20240619::TransactionIdentifier
| (String?, String?) -> Peddler::APIs::Invoices20240619::TransactionIdentifier
|
.members ⇒ [ :id, :name ]
393 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 393
def self.members: () -> [ :id, :name ]
|
.new(id:, name:) ⇒ Peddler::APIs::Invoices20240619::TransactionIdentifier .new(arg0, arg1) ⇒ Peddler::APIs::Invoices20240619::TransactionIdentifier
388 389 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 388
def self.new: (?id: String?, ?name: String?) -> Peddler::APIs::Invoices20240619::TransactionIdentifier
| (String?, String?) -> Peddler::APIs::Invoices20240619::TransactionIdentifier
|
.parse ⇒ Peddler::APIs::Invoices20240619::TransactionIdentifier
395 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 395
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Invoices20240619::TransactionIdentifier
|
Instance Method Details
#members ⇒ [ :id, :name ]
400 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 400
def members: () -> [ :id, :name ]
|
#to_h ⇒ { id: String?, name: String? }
401 |
# File 'sig/peddler/apis/invoices_2024_06_19.rbs', line 401
def to_h: () -> { id: String?, name: String? }
|