Class: Peddler::APIs::OrdersV0::ApprovedAttribute
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::OrdersV0::ApprovedAttribute
- Defined in:
- sig/peddler/apis/orders_v0.rbs
Instance Attribute Summary collapse
-
#approved_value ⇒ String
readonly
Returns the value of attribute approved_value.
-
#attribute_name ⇒ String
readonly
Returns the value of attribute attribute_name.
-
#original_value ⇒ String
readonly
Returns the value of attribute original_value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :approved_value, :attribute_name, :original_value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::OrdersV0::ApprovedAttribute
Instance Method Summary collapse
-
#members ⇒ [ :approved_value, :attribute_name, :original_value ]
-
#to_h ⇒ { approved_value: String, attribute_name: String, original_value: String }
Instance Attribute Details
#approved_value ⇒ String (readonly)
Returns the value of attribute approved_value.
84 85 86 |
# File 'sig/peddler/apis/orders_v0.rbs', line 84 def approved_value @approved_value end |
#attribute_name ⇒ String (readonly)
Returns the value of attribute attribute_name.
85 86 87 |
# File 'sig/peddler/apis/orders_v0.rbs', line 85 def attribute_name @attribute_name end |
#original_value ⇒ String (readonly)
Returns the value of attribute original_value.
86 87 88 |
# File 'sig/peddler/apis/orders_v0.rbs', line 86 def original_value @original_value end |
Class Method Details
.[](approved_value:, attribute_name:, original_value:) ⇒ Peddler::APIs::OrdersV0::ApprovedAttribute .[](arg0, arg1, arg2) ⇒ Peddler::APIs::OrdersV0::ApprovedAttribute
77 78 |
# File 'sig/peddler/apis/orders_v0.rbs', line 77
def self.[]: (approved_value: String, attribute_name: String, original_value: String) -> Peddler::APIs::OrdersV0::ApprovedAttribute
| (String, String, String) -> Peddler::APIs::OrdersV0::ApprovedAttribute
|
.members ⇒ [ :approved_value, :attribute_name, :original_value ]
80 |
# File 'sig/peddler/apis/orders_v0.rbs', line 80
def self.members: () -> [ :approved_value, :attribute_name, :original_value ]
|
.new(approved_value:, attribute_name:, original_value:) ⇒ Peddler::APIs::OrdersV0::ApprovedAttribute .new(arg0, arg1, arg2) ⇒ Peddler::APIs::OrdersV0::ApprovedAttribute
75 76 |
# File 'sig/peddler/apis/orders_v0.rbs', line 75
def self.new: (approved_value: String, attribute_name: String, original_value: String) -> Peddler::APIs::OrdersV0::ApprovedAttribute
| (String, String, String) -> Peddler::APIs::OrdersV0::ApprovedAttribute
|
.parse ⇒ Peddler::APIs::OrdersV0::ApprovedAttribute
82 |
# File 'sig/peddler/apis/orders_v0.rbs', line 82
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::ApprovedAttribute
|
Instance Method Details
#members ⇒ [ :approved_value, :attribute_name, :original_value ]
88 |
# File 'sig/peddler/apis/orders_v0.rbs', line 88
def members: () -> [ :approved_value, :attribute_name, :original_value ]
|
#to_h ⇒ { approved_value: String, attribute_name: String, original_value: String }
89 |
# File 'sig/peddler/apis/orders_v0.rbs', line 89
def to_h: () -> { approved_value: String, attribute_name: String, original_value: String }
|