Class: Recurly::Resources::AddressWithName

Inherits:
Recurly::Resource show all
Defined in:
lib/recurly/resources/address_with_name.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Resource

#attributes

Method Summary

Methods inherited from Recurly::Resource

#==, #get_response, #inspect, #requires_client?, #to_json, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#cityString



11
# File 'lib/recurly/resources/address_with_name.rb', line 11

define_attribute :city, String

#countryString



15
# File 'lib/recurly/resources/address_with_name.rb', line 15

define_attribute :country, String

#first_nameString



19
# File 'lib/recurly/resources/address_with_name.rb', line 19

define_attribute :first_name, String

#geo_codeString



23
# File 'lib/recurly/resources/address_with_name.rb', line 23

define_attribute :geo_code, String

#last_nameString



27
# File 'lib/recurly/resources/address_with_name.rb', line 27

define_attribute :last_name, String

#phoneString



31
# File 'lib/recurly/resources/address_with_name.rb', line 31

define_attribute :phone, String

#postal_codeString



35
# File 'lib/recurly/resources/address_with_name.rb', line 35

define_attribute :postal_code, String

#regionString



39
# File 'lib/recurly/resources/address_with_name.rb', line 39

define_attribute :region, String

#street1String



43
# File 'lib/recurly/resources/address_with_name.rb', line 43

define_attribute :street1, String

#street2String



47
# File 'lib/recurly/resources/address_with_name.rb', line 47

define_attribute :street2, String