Class: EnvironMintModelUtils::MintModel
- Inherits:
-
Object
- Object
- EnvironMintModelUtils::MintModel
- Includes:
- Enumerable
- Defined in:
- src/environmint-model-utils/lib/environmint-model-utils/model_object.rb
Properties (Read/Write)
Properties (Read Only)
Instance Attribute Summary collapse
-
#full_data ⇒ Object
Returns the value of attribute full_data.
-
#json ⇒ Object
Returns the value of attribute json.
Instance Method Summary collapse
- #[](ele) ⇒ Object
- #each(&block) ⇒ Object
-
#initialize(json_data, full_data: nil, parent: nil) ⇒ MintModel
constructor
A new instance of MintModel.
- #keys ⇒ Object
- #length ⇒ Object
- #method_missing(sym, *args, &block) ⇒ Object
- #resolve!(decrypt: false, seperate_targets: false) ⇒ Object
- #to_a ⇒ Object
- #to_ary ⇒ Object
- #to_json ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(json_data, full_data: nil, parent: nil) ⇒ MintModel
Returns a new instance of MintModel.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(sym, *args, &block) ⇒ Object
Instance Attribute Details
#full_data ⇒ Object
Returns the value of attribute full_data.
#json ⇒ Object
Returns the value of attribute json.