class Spear::Structure::Application::State

Attributes

applications[RW]

Public Class Methods

new(response) click to toggle source
Calls superclass method Spear::Structure::Base::new
# File lib/spear/structure/application/state.rb, line 9
def initialize(response)
  super(response)

  @applications = generate_apps(@root['ApplicationList']['Application']) rescue nil
end