Class: ObiWan::Type::BillingAddress

Inherits:
Builder
  • Object
show all
Defined in:
lib/obi-wan/type.rb

Overview

obi data types

Instance Attribute Summary collapse

Method Summary

Methods inherited from Builder

#initialize

Constructor Details

This class inherits a constructor from ObiWan::Type::Builder

Instance Attribute Details

#cityObject

Returns the value of attribute city.



37
38
39
# File 'lib/obi-wan/type.rb', line 37

def city
  @city
end

#countryObject

Returns the value of attribute country.



40
41
42
# File 'lib/obi-wan/type.rb', line 40

def country
  @country
end

#stateObject

Returns the value of attribute state.



38
39
40
# File 'lib/obi-wan/type.rb', line 38

def state
  @state
end

#street1Object

Returns the value of attribute street1.



35
36
37
# File 'lib/obi-wan/type.rb', line 35

def street1
  @street1
end

#street2Object

Returns the value of attribute street2.



36
37
38
# File 'lib/obi-wan/type.rb', line 36

def street2
  @street2
end

#zipObject

Returns the value of attribute zip.



39
40
41
# File 'lib/obi-wan/type.rb', line 39

def zip
  @zip
end