Class: Peddler::APIs::FinancesV0::SAFETReimbursementItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::SAFETReimbursementItem
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#item_charge_list ⇒ Array[Peddler::APIs::FinancesV0::ChargeComponent]?
readonly
Returns the value of attribute item_charge_list.
-
#product_description ⇒ String?
readonly
Returns the value of attribute product_description.
-
#quantity ⇒ String?
readonly
Returns the value of attribute quantity.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :item_charge_list, :product_description, :quantity ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::SAFETReimbursementItem
Instance Method Summary collapse
-
#members ⇒ [ :item_charge_list, :product_description, :quantity ]
-
#to_h ⇒ { item_charge_list: Array[Peddler::APIs::FinancesV0::ChargeComponent]?, product_description: String?, quantity: String? }
Instance Attribute Details
#item_charge_list ⇒ Array[Peddler::APIs::FinancesV0::ChargeComponent]? (readonly)
Returns the value of attribute item_charge_list.
907 908 909 |
# File 'sig/peddler/apis/finances_v0.rbs', line 907 def item_charge_list @item_charge_list end |
#product_description ⇒ String? (readonly)
Returns the value of attribute product_description.
908 909 910 |
# File 'sig/peddler/apis/finances_v0.rbs', line 908 def product_description @product_description end |
#quantity ⇒ String? (readonly)
Returns the value of attribute quantity.
909 910 911 |
# File 'sig/peddler/apis/finances_v0.rbs', line 909 def quantity @quantity end |
Class Method Details
.[](item_charge_list:, product_description:, quantity:) ⇒ Peddler::APIs::FinancesV0::SAFETReimbursementItem .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FinancesV0::SAFETReimbursementItem
900 901 |
# File 'sig/peddler/apis/finances_v0.rbs', line 900
def self.[]: (?item_charge_list: Array[Peddler::APIs::FinancesV0::ChargeComponent]?, ?product_description: String?, ?quantity: String?) -> Peddler::APIs::FinancesV0::SAFETReimbursementItem
| (Array[Peddler::APIs::FinancesV0::ChargeComponent]?, String?, String?) -> Peddler::APIs::FinancesV0::SAFETReimbursementItem
|
.members ⇒ [ :item_charge_list, :product_description, :quantity ]
903 |
# File 'sig/peddler/apis/finances_v0.rbs', line 903
def self.members: () -> [ :item_charge_list, :product_description, :quantity ]
|
.new(item_charge_list:, product_description:, quantity:) ⇒ Peddler::APIs::FinancesV0::SAFETReimbursementItem .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FinancesV0::SAFETReimbursementItem
898 899 |
# File 'sig/peddler/apis/finances_v0.rbs', line 898
def self.new: (?item_charge_list: Array[Peddler::APIs::FinancesV0::ChargeComponent]?, ?product_description: String?, ?quantity: String?) -> Peddler::APIs::FinancesV0::SAFETReimbursementItem
| (Array[Peddler::APIs::FinancesV0::ChargeComponent]?, String?, String?) -> Peddler::APIs::FinancesV0::SAFETReimbursementItem
|
.parse ⇒ Peddler::APIs::FinancesV0::SAFETReimbursementItem
905 |
# File 'sig/peddler/apis/finances_v0.rbs', line 905
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::SAFETReimbursementItem
|
Instance Method Details
#members ⇒ [ :item_charge_list, :product_description, :quantity ]
911 |
# File 'sig/peddler/apis/finances_v0.rbs', line 911
def members: () -> [ :item_charge_list, :product_description, :quantity ]
|
#to_h ⇒ { item_charge_list: Array[Peddler::APIs::FinancesV0::ChargeComponent]?, product_description: String?, quantity: String? }
912 |
# File 'sig/peddler/apis/finances_v0.rbs', line 912
def to_h: () -> { item_charge_list: Array[Peddler::APIs::FinancesV0::ChargeComponent]?, product_description: String?, quantity: String? }
|