Class: Google::Apis::WalletobjectsV1::IssuerToUserInfo
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::IssuerToUserInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/walletobjects_v1/classes.rb,
lib/google/apis/walletobjects_v1/representations.rb,
lib/google/apis/walletobjects_v1/representations.rb
Instance Attribute Summary collapse
-
#action ⇒ String
Corresponds to the JSON property
action. -
#sign_up_info ⇒ Google::Apis::WalletobjectsV1::SignUpInfo
Corresponds to the JSON property
signUpInfo. -
#url ⇒ String
Currently not used, consider deprecating.
-
#value ⇒ String
JSON web token for action S2AP.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IssuerToUserInfo
constructor
A new instance of IssuerToUserInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IssuerToUserInfo
Returns a new instance of IssuerToUserInfo.
4261 4262 4263 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4261 def initialize(**args) update!(**args) end |
Instance Attribute Details
#action ⇒ String
Corresponds to the JSON property action
4244 4245 4246 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4244 def action @action end |
#sign_up_info ⇒ Google::Apis::WalletobjectsV1::SignUpInfo
Corresponds to the JSON property signUpInfo
4249 4250 4251 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4249 def sign_up_info @sign_up_info end |
#url ⇒ String
Currently not used, consider deprecating.
Corresponds to the JSON property url
4254 4255 4256 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4254 def url @url end |
#value ⇒ String
JSON web token for action S2AP.
Corresponds to the JSON property value
4259 4260 4261 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4259 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4266 4267 4268 4269 4270 4271 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4266 def update!(**args) @action = args[:action] if args.key?(:action) @sign_up_info = args[:sign_up_info] if args.key?(:sign_up_info) @url = args[:url] if args.key?(:url) @value = args[:value] if args.key?(:value) end |