class Spear::Structure::TalentNetwork::CreateMember
Attributes
member_did[R]
Public Class Methods
new(response)
click to toggle source
Calls superclass method
Spear::Structure::Base::new
# File lib/spear/structure/talent_network/create_member.rb, line 7 def initialize(response) super(response) @member_did = @root['MemberDID'] end