Class: Peddler::APIs::OrdersV0::RegulatedInformationField
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::OrdersV0::RegulatedInformationField
- Defined in:
- sig/peddler/apis/orders_v0.rbs
Instance Attribute Summary collapse
-
#field_id ⇒ String
readonly
Returns the value of attribute field_id.
-
#field_label ⇒ String
readonly
Returns the value of attribute field_label.
-
#field_type ⇒ String
readonly
Returns the value of attribute field_type.
-
#field_value ⇒ String
readonly
Returns the value of attribute field_value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :field_id, :field_label, :field_type, :field_value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::OrdersV0::RegulatedInformationField
Instance Method Summary collapse
-
#members ⇒ [ :field_id, :field_label, :field_type, :field_value ]
-
#to_h ⇒ { field_id: String, field_label: String, field_type: String, field_value: String }
Instance Attribute Details
#field_id ⇒ String (readonly)
Returns the value of attribute field_id.
1004 1005 1006 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1004 def field_id @field_id end |
#field_label ⇒ String (readonly)
Returns the value of attribute field_label.
1005 1006 1007 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1005 def field_label @field_label end |
#field_type ⇒ String (readonly)
Returns the value of attribute field_type.
1006 1007 1008 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1006 def field_type @field_type end |
#field_value ⇒ String (readonly)
Returns the value of attribute field_value.
1007 1008 1009 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1007 def field_value @field_value end |
Class Method Details
.[](field_id:, field_label:, field_type:, field_value:) ⇒ Peddler::APIs::OrdersV0::RegulatedInformationField .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::OrdersV0::RegulatedInformationField
997 998 |
# File 'sig/peddler/apis/orders_v0.rbs', line 997
def self.[]: (field_id: String, field_label: String, field_type: String, field_value: String) -> Peddler::APIs::OrdersV0::RegulatedInformationField
| (String, String, String, String) -> Peddler::APIs::OrdersV0::RegulatedInformationField
|
.members ⇒ [ :field_id, :field_label, :field_type, :field_value ]
1000 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1000
def self.members: () -> [ :field_id, :field_label, :field_type, :field_value ]
|
.new(field_id:, field_label:, field_type:, field_value:) ⇒ Peddler::APIs::OrdersV0::RegulatedInformationField .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::OrdersV0::RegulatedInformationField
995 996 |
# File 'sig/peddler/apis/orders_v0.rbs', line 995
def self.new: (field_id: String, field_label: String, field_type: String, field_value: String) -> Peddler::APIs::OrdersV0::RegulatedInformationField
| (String, String, String, String) -> Peddler::APIs::OrdersV0::RegulatedInformationField
|
.parse ⇒ Peddler::APIs::OrdersV0::RegulatedInformationField
1002 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1002
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::RegulatedInformationField
|
Instance Method Details
#members ⇒ [ :field_id, :field_label, :field_type, :field_value ]
1009 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1009
def members: () -> [ :field_id, :field_label, :field_type, :field_value ]
|
#to_h ⇒ { field_id: String, field_label: String, field_type: String, field_value: String }
1010 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1010
def to_h: () -> { field_id: String, field_label: String, field_type: String, field_value: String }
|