Class: DellinInfo::API::Reference

Inherits:
BaseApi
  • Object
show all
Defined in:
lib/dellininfo/reference.rb

Constant Summary collapse

TYPE =
{
  countries: 'public/countries',
  cities:    'public/cities',
  places:    'public/places',
  streets:   'public/streets'
}

Instance Attribute Summary collapse

Instance Attribute Details

#hashObject (readonly)

Returns the value of attribute hash.



4
5
6
# File 'lib/dellininfo/reference.rb', line 4

def hash
  @hash
end

#urlObject (readonly)

Returns the value of attribute url.



4
5
6
# File 'lib/dellininfo/reference.rb', line 4

def url
  @url
end