Module: Point
- Defined in:
- lib/point.rb,
lib/point/base.rb,
lib/point/zone.rb,
lib/point/errors.rb,
lib/point/request.rb,
lib/point/zone_record.rb
Defined Under Namespace
Modules: Errors Classes: Base, Error, Request, Zone, ZoneRecord
Constant Summary collapse
- VERSION =
'1.1.0'
Class Attribute Summary collapse
-
.apitoken ⇒ Object
Returns the value of attribute apitoken.
-
.site ⇒ Object
Returns the value of attribute site.
-
.username ⇒ Object
Returns the value of attribute username.
Class Attribute Details
.apitoken ⇒ Object
Returns the value of attribute apitoken.
21 22 23 |
# File 'lib/point.rb', line 21 def apitoken @apitoken end |
.site ⇒ Object
Returns the value of attribute site.
22 23 24 |
# File 'lib/point.rb', line 22 def site @site end |
.username ⇒ Object
Returns the value of attribute username.
20 21 22 |
# File 'lib/point.rb', line 20 def username @username end |