Class: TD::Types::BusinessLocation
- Defined in:
- lib/tdlib/types/business_location.rb
Overview
Represents a location of a business.
Instance Attribute Summary collapse
-
#address ⇒ TD::Types::String
Location address; 1-96 characters.
-
#location ⇒ TD::Types::Location?
The location; may be null if not specified.
Method Summary
Methods inherited from Base
Instance Attribute Details
#address ⇒ TD::Types::String
Location address; 1-96 characters.
6 7 8 |
# File 'lib/tdlib/types/business_location.rb', line 6 def address @address end |
#location ⇒ TD::Types::Location?
The location; may be null if not specified.
6 7 8 |
# File 'lib/tdlib/types/business_location.rb', line 6 def location @location end |