class Spear::Structure::User::Create
Attributes
external_id[R]
Public Class Methods
new(response)
click to toggle source
Calls superclass method
Spear::Structure::Base::new
# File lib/spear/structure/user/create.rb, line 7 def initialize(response) super(response) @external_id = @root["ResponseExternalID"] end