Method: Shared::StateResource#initialize

Defined in:
lib/vas/shared/state_resource.rb

#initialize(location, client) ⇒ StateResource

Returns a new instance of StateResource.



24
25
26
27
# File 'lib/vas/shared/state_resource.rb', line 24

def initialize(location, client)
  super(location, client)
  @state_location = Util::LinkUtils.get_link_href(details, 'state')
end