Class: Sinbotra::Messenger::Message::Location
- Inherits:
-
Struct
- Object
- Struct
- Sinbotra::Messenger::Message::Location
- Defined in:
- lib/sinbotra/messenger/message.rb
Instance Attribute Summary collapse
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#lng ⇒ Object
Returns the value of attribute lng.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#lat ⇒ Object
Returns the value of attribute lat
4 5 6 |
# File 'lib/sinbotra/messenger/message.rb', line 4 def lat @lat end |
#lng ⇒ Object
Returns the value of attribute lng
4 5 6 |
# File 'lib/sinbotra/messenger/message.rb', line 4 def lng @lng end |
#title ⇒ Object
Returns the value of attribute title
4 5 6 |
# File 'lib/sinbotra/messenger/message.rb', line 4 def title @title end |
#url ⇒ Object
Returns the value of attribute url
4 5 6 |
# File 'lib/sinbotra/messenger/message.rb', line 4 def url @url end |