Class: Sinbotra::Messenger::Message::Location

Inherits:
Struct
  • Object
show all
Defined in:
lib/sinbotra/messenger/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#latObject

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



4
5
6
# File 'lib/sinbotra/messenger/message.rb', line 4

def lat
  @lat
end

#lngObject

Returns the value of attribute lng

Returns:

  • (Object)

    the current value of lng



4
5
6
# File 'lib/sinbotra/messenger/message.rb', line 4

def lng
  @lng
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



4
5
6
# File 'lib/sinbotra/messenger/message.rb', line 4

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



4
5
6
# File 'lib/sinbotra/messenger/message.rb', line 4

def url
  @url
end