Class: Stripe::Issuing::Card::Shipping
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Card::Shipping
- Defined in:
- lib/stripe/resources/issuing/card.rb
Defined Under Namespace
Classes: Address, AddressValidation, Customs
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#address_validation ⇒ Object
readonly
Returns the value of attribute address_validation.
-
#carrier ⇒ Object
readonly
Returns the value of attribute carrier.
-
#customs ⇒ Object
readonly
Returns the value of attribute customs.
-
#eta ⇒ Object
readonly
Returns the value of attribute eta.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#phone_number ⇒ Object
readonly
Returns the value of attribute phone_number.
-
#require_signature ⇒ Object
readonly
Returns the value of attribute require_signature.
-
#service ⇒ Object
readonly
Returns the value of attribute service.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#tracking_number ⇒ Object
readonly
Returns the value of attribute tracking_number.
-
#tracking_url ⇒ Object
readonly
Returns the value of attribute tracking_url.
-
#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
#address ⇒ Object (readonly)
Returns the value of attribute address.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def address @address end |
#address_validation ⇒ Object (readonly)
Returns the value of attribute address_validation.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def address_validation @address_validation end |
#carrier ⇒ Object (readonly)
Returns the value of attribute carrier.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def carrier @carrier end |
#customs ⇒ Object (readonly)
Returns the value of attribute customs.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def customs @customs end |
#eta ⇒ Object (readonly)
Returns the value of attribute eta.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def eta @eta end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def name @name end |
#phone_number ⇒ Object (readonly)
Returns the value of attribute phone_number.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def phone_number @phone_number end |
#require_signature ⇒ Object (readonly)
Returns the value of attribute require_signature.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def require_signature @require_signature end |
#service ⇒ Object (readonly)
Returns the value of attribute service.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def service @service end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def status @status end |
#tracking_number ⇒ Object (readonly)
Returns the value of attribute tracking_number.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def tracking_number @tracking_number end |
#tracking_url ⇒ Object (readonly)
Returns the value of attribute tracking_url.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def tracking_url @tracking_url end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
32 33 34 |
# File 'lib/stripe/resources/issuing/card.rb', line 32 def type @type end |