Class: Peddler::APIs::SupplySources20200701::ContactDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SupplySources20200701::ContactDetails
- Defined in:
- sig/peddler/apis/supply_sources_2020_07_01.rbs
Instance Attribute Summary collapse
-
#primary ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute primary.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :primary ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SupplySources20200701::ContactDetails
Instance Method Summary collapse
Instance Attribute Details
#primary ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute primary.
57 58 59 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 57 def primary @primary end |
Class Method Details
.[](primary:) ⇒ Peddler::APIs::SupplySources20200701::ContactDetails .[](arg0) ⇒ Peddler::APIs::SupplySources20200701::ContactDetails
50 51 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 50
def self.[]: (?primary: Hash[untyped, untyped]?) -> Peddler::APIs::SupplySources20200701::ContactDetails
| (Hash[untyped, untyped]?) -> Peddler::APIs::SupplySources20200701::ContactDetails
|
.members ⇒ [ :primary ]
53 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 53
def self.members: () -> [ :primary ]
|
.new(primary:) ⇒ Peddler::APIs::SupplySources20200701::ContactDetails .new(arg0) ⇒ Peddler::APIs::SupplySources20200701::ContactDetails
48 49 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 48
def self.new: (?primary: Hash[untyped, untyped]?) -> Peddler::APIs::SupplySources20200701::ContactDetails
| (Hash[untyped, untyped]?) -> Peddler::APIs::SupplySources20200701::ContactDetails
|
.parse ⇒ Peddler::APIs::SupplySources20200701::ContactDetails
55 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 55
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SupplySources20200701::ContactDetails
|
Instance Method Details
#members ⇒ [ :primary ]
59 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 59
def members: () -> [ :primary ]
|
#to_h ⇒ { primary: Hash[untyped, untyped]? }
60 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 60
def to_h: () -> { primary: Hash[untyped, untyped]? }
|