Class: Dnsimple::Struct::DnsAnalytics
- Defined in:
- lib/dnsimple/struct/dns_analytics.rb
Instance Attribute Summary collapse
-
#date ⇒ Date
The date.
-
#volume ⇒ Integer
The recorded volume.
-
#zone_name ⇒ String
The zone name.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#date ⇒ Date
Returns The date.
11 12 13 |
# File 'lib/dnsimple/struct/dns_analytics.rb', line 11 def date @date end |
#volume ⇒ Integer
Returns The recorded volume.
8 9 10 |
# File 'lib/dnsimple/struct/dns_analytics.rb', line 8 def volume @volume end |
#zone_name ⇒ String
Returns The zone name.
14 15 16 |
# File 'lib/dnsimple/struct/dns_analytics.rb', line 14 def zone_name @zone_name end |