Class: Ecfr::AdminService::IbrCfrRange::Address

Inherits:
Object
  • Object
show all
Extended by:
Extensible
Includes:
Ecfr::AttributeMethodDefinition
Defined in:
lib/ecfr/admin_service/ibr_cfr_range/address.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Extensible

inherited

Methods included from Ecfr::AttributeMethodDefinition

included, #initialize

Instance Attribute Details

#addressString (readonly)

generally a physical address

Returns:

  • (String)


8
9
# File 'lib/ecfr/admin_service/ibr_cfr_range/address.rb', line 8

attribute :address,
desc: "generally a physical address"

#address_group_1String (readonly)

first level description of address

Returns:

  • (String)


10
11
# File 'lib/ecfr/admin_service/ibr_cfr_range/address.rb', line 10

attribute :address_group_1,
desc: "first level description of address"

#address_group_2String (readonly)

second level description of address

Returns:

  • (String)


12
13
# File 'lib/ecfr/admin_service/ibr_cfr_range/address.rb', line 12

attribute :address_group_2,
desc: "second level description of address"