Class: Stripe::Issuing::Token::NetworkData::Device
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Token::NetworkData::Device
- Defined in:
- lib/stripe/resources/issuing/token.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#device_fingerprint ⇒ Object
readonly
Returns the value of attribute device_fingerprint.
-
#ip_address ⇒ Object
readonly
Returns the value of attribute ip_address.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#phone_number ⇒ Object
readonly
Returns the value of attribute phone_number.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#device_fingerprint ⇒ Object (readonly)
Returns the value of attribute device_fingerprint.
18 19 20 |
# File 'lib/stripe/resources/issuing/token.rb', line 18 def device_fingerprint @device_fingerprint end |
#ip_address ⇒ Object (readonly)
Returns the value of attribute ip_address.
18 19 20 |
# File 'lib/stripe/resources/issuing/token.rb', line 18 def ip_address @ip_address end |
#location ⇒ Object (readonly)
Returns the value of attribute location.
18 19 20 |
# File 'lib/stripe/resources/issuing/token.rb', line 18 def location @location end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
18 19 20 |
# File 'lib/stripe/resources/issuing/token.rb', line 18 def name @name end |
#phone_number ⇒ Object (readonly)
Returns the value of attribute phone_number.
18 19 20 |
# File 'lib/stripe/resources/issuing/token.rb', line 18 def phone_number @phone_number end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
18 19 20 |
# File 'lib/stripe/resources/issuing/token.rb', line 18 def type @type end |