class IdnSdkRuby::Com::Nbos::Capi::Modules::Identity::V0::NewMemberApiModel

Attributes

member[RW]
token[RW]

Public Class Methods

new(parsed_response = nil) click to toggle source
# File lib/idn_sdk_ruby/com/nbos/capi/modules/identity/v0/new_member_api_model.rb, line 10
def initialize(parsed_response = nil)
  if parsed_response !=nil
  end
end

Public Instance Methods

as_json(options={}) click to toggle source
# File lib/idn_sdk_ruby/com/nbos/capi/modules/identity/v0/new_member_api_model.rb, line 15
def as_json(options={})
  {
      member: @member,
      roken: @token
  }
end
to_json(*options) click to toggle source
# File lib/idn_sdk_ruby/com/nbos/capi/modules/identity/v0/new_member_api_model.rb, line 22
def to_json(*options)
  as_json(*options).to_json(*options)
end
to_s() click to toggle source
# File lib/idn_sdk_ruby/com/nbos/capi/modules/identity/v0/new_member_api_model.rb, line 26
def to_s
  to_json
end