class MessageBird::Lookup

Attributes

country_code[RW]
country_prefix[RW]
formats[R]
hlr[R]
href[RW]
phone_number[RW]
type[RW]

Public Instance Methods

formats=(new_formats) click to toggle source
# File lib/messagebird/lookup.rb, line 12
def formats=(new_formats)
  @formats = Formats.new(new_formats)
end
hlr=(new_hlr) click to toggle source
# File lib/messagebird/lookup.rb, line 16
def hlr=(new_hlr)
  @hlr = HLR.new(new_hlr)
end