Class: EgovUtils::Address::Region

Inherits:
Struct
  • Object
show all
Defined in:
app/models/egov_utils/address.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



19
20
21
# File 'app/models/egov_utils/address.rb', line 19

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'app/models/egov_utils/address.rb', line 19

def name
  @name
end