Class: CheckoutSdk::Sessions::SessionSource
- Inherits:
-
Object
- Object
- CheckoutSdk::Sessions::SessionSource
show all
- Defined in:
- lib/checkout_sdk/sessions/source/session_source.rb
Instance Attribute Summary collapse
Instance Attribute Details
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# File 'lib/checkout_sdk/sessions/source/session_source.rb', line 19
class SessionSource
attr_reader :type
attr_accessor :scheme,
:billing_address,
:home_phone,
:mobile_phone,
:work_phone,
:email
protected
def initialize(type)
@type = type
end
end
|
#email ⇒ String
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# File 'lib/checkout_sdk/sessions/source/session_source.rb', line 19
class SessionSource
attr_reader :type
attr_accessor :scheme,
:billing_address,
:home_phone,
:mobile_phone,
:work_phone,
:email
protected
def initialize(type)
@type = type
end
end
|
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# File 'lib/checkout_sdk/sessions/source/session_source.rb', line 19
class SessionSource
attr_reader :type
attr_accessor :scheme,
:billing_address,
:home_phone,
:mobile_phone,
:work_phone,
:email
protected
def initialize(type)
@type = type
end
end
|
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# File 'lib/checkout_sdk/sessions/source/session_source.rb', line 19
class SessionSource
attr_reader :type
attr_accessor :scheme,
:billing_address,
:home_phone,
:mobile_phone,
:work_phone,
:email
protected
def initialize(type)
@type = type
end
end
|
#scheme ⇒ String
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# File 'lib/checkout_sdk/sessions/source/session_source.rb', line 19
class SessionSource
attr_reader :type
attr_accessor :scheme,
:billing_address,
:home_phone,
:mobile_phone,
:work_phone,
:email
protected
def initialize(type)
@type = type
end
end
|
#type ⇒ String
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# File 'lib/checkout_sdk/sessions/source/session_source.rb', line 19
class SessionSource
attr_reader :type
attr_accessor :scheme,
:billing_address,
:home_phone,
:mobile_phone,
:work_phone,
:email
protected
def initialize(type)
@type = type
end
end
|
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# File 'lib/checkout_sdk/sessions/source/session_source.rb', line 19
class SessionSource
attr_reader :type
attr_accessor :scheme,
:billing_address,
:home_phone,
:mobile_phone,
:work_phone,
:email
protected
def initialize(type)
@type = type
end
end
|