Class: Peddler::APIs::SellersV1::PrimaryContact
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SellersV1::PrimaryContact
- Defined in:
- sig/peddler/apis/sellers_v1.rbs
Instance Attribute Summary collapse
-
#address ⇒ Peddler::APIs::SellersV1::Address
readonly
Returns the value of attribute address.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#non_latin_name ⇒ String?
readonly
Returns the value of attribute non_latin_name.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :address, :name, :non_latin_name ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SellersV1::PrimaryContact
Instance Method Summary collapse
-
#members ⇒ [ :address, :name, :non_latin_name ]
-
#to_h ⇒ { address: Peddler::APIs::SellersV1::Address, name: String, non_latin_name: String? }
Instance Attribute Details
#address ⇒ Peddler::APIs::SellersV1::Address (readonly)
Returns the value of attribute address.
193 194 195 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 193 def address @address end |
#name ⇒ String (readonly)
Returns the value of attribute name.
194 195 196 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 194 def name @name end |
#non_latin_name ⇒ String? (readonly)
Returns the value of attribute non_latin_name.
195 196 197 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 195 def non_latin_name @non_latin_name end |
Class Method Details
.[](address:, name:, non_latin_name:) ⇒ Peddler::APIs::SellersV1::PrimaryContact .[](arg0, arg1, arg2) ⇒ Peddler::APIs::SellersV1::PrimaryContact
186 187 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 186
def self.[]: (address: Peddler::APIs::SellersV1::Address, name: String, ?non_latin_name: String?) -> Peddler::APIs::SellersV1::PrimaryContact
| (Peddler::APIs::SellersV1::Address, String, String?) -> Peddler::APIs::SellersV1::PrimaryContact
|
.members ⇒ [ :address, :name, :non_latin_name ]
189 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 189
def self.members: () -> [ :address, :name, :non_latin_name ]
|
.new(address:, name:, non_latin_name:) ⇒ Peddler::APIs::SellersV1::PrimaryContact .new(arg0, arg1, arg2) ⇒ Peddler::APIs::SellersV1::PrimaryContact
184 185 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 184
def self.new: (address: Peddler::APIs::SellersV1::Address, name: String, ?non_latin_name: String?) -> Peddler::APIs::SellersV1::PrimaryContact
| (Peddler::APIs::SellersV1::Address, String, String?) -> Peddler::APIs::SellersV1::PrimaryContact
|
.parse ⇒ Peddler::APIs::SellersV1::PrimaryContact
191 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 191
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SellersV1::PrimaryContact
|
Instance Method Details
#members ⇒ [ :address, :name, :non_latin_name ]
197 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 197
def members: () -> [ :address, :name, :non_latin_name ]
|
#to_h ⇒ { address: Peddler::APIs::SellersV1::Address, name: String, non_latin_name: String? }
198 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 198
def to_h: () -> { address: Peddler::APIs::SellersV1::Address, name: String, non_latin_name: String? }
|