Class: ThreeScaleToolbox::Commands::PlansCommand::Export::ReadAppPlanStep
- Inherits:
-
Object
- Object
- ThreeScaleToolbox::Commands::PlansCommand::Export::ReadAppPlanStep
- Includes:
- Step
- Defined in:
- lib/3scale_toolbox/commands/plans_command/export/read_app_plan_step.rb
Instance Attribute Summary
Attributes included from Step
Instance Method Summary collapse
-
#call ⇒ Object
Reads Application plan.
Methods included from Step
#file, #initialize, #metric_info, #plan, #plan_system_name, #result, #service, #service_methods, #service_metrics, #service_system_name, #threescale_client
Instance Method Details
#call ⇒ Object
Reads Application plan
9 10 11 |
# File 'lib/3scale_toolbox/commands/plans_command/export/read_app_plan_step.rb', line 9 def call result[:plan] = plan.attrs end |