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.
984 985 986 |
# File 'sig/peddler/apis/orders_v0.rbs', line 984 def field_id @field_id end |
#field_label ⇒ String (readonly)
Returns the value of attribute field_label.
985 986 987 |
# File 'sig/peddler/apis/orders_v0.rbs', line 985 def field_label @field_label end |
#field_type ⇒ String (readonly)
Returns the value of attribute field_type.
986 987 988 |
# File 'sig/peddler/apis/orders_v0.rbs', line 986 def field_type @field_type end |
#field_value ⇒ String (readonly)
Returns the value of attribute field_value.
987 988 989 |
# File 'sig/peddler/apis/orders_v0.rbs', line 987 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
977 978 |
# File 'sig/peddler/apis/orders_v0.rbs', line 977
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 ]
980 |
# File 'sig/peddler/apis/orders_v0.rbs', line 980
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
975 976 |
# File 'sig/peddler/apis/orders_v0.rbs', line 975
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
982 |
# File 'sig/peddler/apis/orders_v0.rbs', line 982
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::RegulatedInformationField
|
Instance Method Details
#members ⇒ [ :field_id, :field_label, :field_type, :field_value ]
989 |
# File 'sig/peddler/apis/orders_v0.rbs', line 989
def members: () -> [ :field_id, :field_label, :field_type, :field_value ]
|
#to_h ⇒ { field_id: String, field_label: String, field_type: String, field_value: String }
990 |
# File 'sig/peddler/apis/orders_v0.rbs', line 990
def to_h: () -> { field_id: String, field_label: String, field_type: String, field_value: String }
|